This DeckStacker Action queues up a card fade for a single card or list of cards.
◆ DSFadeCardAction() [1/2]
DeckStacker.DSFadeCardAction.DSFadeCardAction |
( |
DSCard | fadingCard_, |
|
|
float | fadeTarget_, |
|
|
float | fadeSpeed_ = -1f ) |
|
inline |
Constructor for a single card being queued up.
- fadingCard = the DSCard to be faded
- fadeTarget = the amount of opacity we are targeting
- fadeSpeed = a multiplier that speeds up or slows down the fade animation
◆ DSFadeCardAction() [2/2]
DeckStacker.DSFadeCardAction.DSFadeCardAction |
( |
List< DSCard > | fadingCards_, |
|
|
float | fadeTarget_, |
|
|
float | fadeSpeed_ = -1f ) |
|
inline |
Constructor for a DSCard list being queued up.
- fadingCards = the DSCard list to be faded
- fadeTarget = the amount of opacity we are targeting
- fadeSpeed = a multiplier that speeds up or slows down the fade animation
◆ Execute()
override void DeckStacker.DSFadeCardAction.Execute |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: