Public Member Functions | |
| DSResetStackRenderOrderAction (DSStack targetStack_) | |
| 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 action resets the "Order In Layer" of a stack's canvas to the _defaultSortOrder of the stack.
The primary use case for this is in conjunction with DSChangeStackRenderOrderAction.
That action will change the render order of the stack, and this action will reset it back to what it was.
|
inline |
targetStack = the DSStack you wish to reset the Order In Layer of
|
inline |