DeckStacker v1.0
A card manager plugin for Unity games.
 
Loading...
Searching...
No Matches
DeckStacker.DSCardSpacingSettingsSO Class Reference
Inheritance diagram for DeckStacker.DSCardSpacingSettingsSO:

Data Structures

class  SpacingKeyPair
 

Public Member Functions

DSCardSpacing GetSpacing (string key_)
 

Properties

List< SpacingKeyPaircardSpacingList [get]
 

Detailed Description

This scriptable object saves global values for card spacing data.

Member Function Documentation

◆ GetSpacing()

DSCardSpacing DeckStacker.DSCardSpacingSettingsSO.GetSpacing ( string key_)
inline

Returns a SpacingKeyPair that corresponds to the given key, in cardSpacingList.

Property Documentation

◆ cardSpacingList

List<SpacingKeyPair> DeckStacker.DSCardSpacingSettingsSO.cardSpacingList
get

This list allows the developer to add different card spacing values.

Card spacing info is serached for by key.


The documentation for this class was generated from the following file: