Public Member Functions | |
| DSMoveCardToPositionAction (DSCard movingCard_, Vector3 endPos_, bool worldspace_=false, 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 to a specified position (this card's parent's localspace by default)./n This action is primarily for Undefined stacks (stacks that do not arrange their cards).
In Undefined stacks, the cards are free-form and this action is one way to move them into a position.
|
inline |
|
inline |