Public Member Functions | |
| DSMoveCardInDirAction (DSCard singleMovingCard_, Vector3 directionV3_, float dealDelay_=0f) | |
| DSMoveCardInDirAction (List< DSCard > movingCards_, Vector3 directionV3_, float dealDelay_=0f) | |
| override void | Execute () |
Public Member Functions inherited from DeckStacker.DSAction | |
| void | Execute () |
| void | Resolve () |
| string | PrintType () |
Additional Inherited Members | |
Protected Member Functions inherited from DeckStacker.DSAction | |
| void | LogAction (string actionMessage) |
Protected Attributes inherited from DeckStacker.DSAction | |
| System.Type | _type = null |
| bool | _actionLogged = false |
Moves a card in the specified vector3 direction.
directionV3 input is in localspace.
The distance moved is the magnitude of the given vector.
|
inline |
|
inline |
|
inline |