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

Public Member Functions

DSCardTint GetTintByKey (string key_)
 

Properties

List< DSCardTintcardTintList [get]
 
AnimationCurve defaultTintCurve [get]
 

Detailed Description

This is a scriptable object for storing card tint data.

Member Function Documentation

◆ GetTintByKey()

DSCardTint DeckStacker.DSCardTintSettingsSO.GetTintByKey ( string key_)
inline

Returns a DSCardTint that corresponds to the given key, stored in the cardTintList.

Property Documentation

◆ cardTintList

List<DSCardTint> DeckStacker.DSCardTintSettingsSO.cardTintList
get

You can prepare different card tints and save them here. You can get these via the key.

◆ defaultTintCurve

AnimationCurve DeckStacker.DSCardTintSettingsSO.defaultTintCurve
get

This is the default color lerp curve during card tinting.


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