Static Public Member Functions | |
static void | RunUpdate () |
Static Public Attributes | |
static List< DSCard > | cardsTinting = new List<DSCard>() |
Properties | |
static DSCardTintSettingsSO | cardTintSettings [get] |
static float | defaultTintSpdMod [get] |
This script drives card tinting in DeckStacker.
This will gradually update the colors of cards in cardsTinting.
|
inlinestatic |
Called in the DSTableRunner Update loop.
This triggers the TintCards() and acts as the Update loop for this script.
This list tells DSCardTintManager what cards currently need tint updates.
|
staticget |
Cached reference to the card tint settings ScriptableObject. This property is also a wrapper the loads the "DeckStacker Card Tint Settings" if none is assigned to _cardTintSettings, yet.
|
staticget |
A global timing mod for tint clocks.