Public Member Functions | |
| DSRotateCardAction (DSCard rotatingCard_, Quaternion newQuaternionRotation_) | |
| DSRotateCardAction (List< DSCard > rotatingCards_, Quaternion newQuaternionRotation_) | |
| DSRotateCardAction (DSCard rotatingCard_, Vector3 newEulerRotation_) | |
| DSRotateCardAction (List< DSCard > rotatingCards_, Vector3 newEulerRotation_) | |
| 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 |
This DSAction rotates a card, or cards, to a specified Quaternion or Vector3
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |