|
Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
The class containing Do-Redo support for handling Redo-Undo in a sandbox enviroment. More...
Public Member Functions | |
| vxCommand (vxGameplaySceneBase Scene) | |
| virtual void | Do () |
| The Method which is called during 'do'. | |
| virtual void | Undo () |
| The Undo method. | |
Public Attributes | |
| readonly vxGameplaySceneBase | Scene |
| string | Tag ="Cmd: <cmd>" |
| The Command Tag for Debuging. | |
The class containing Do-Redo support for handling Redo-Undo in a sandbox enviroment.
|
virtual |
The Method which is called during 'do'.
Reimplemented in VerticesEngine.Commands.vxCMDAddSandbox3DItem, VerticesEngine.Commands.vxCMDDeleteSandbox3DItem, VerticesEngine.Commands.vxCMDTransformChanged, VerticesEngine.Commands.vxCMDTranslateSandbox3DItem, and VerticesEngine.UI.Controls.Commands.vxCMDPropertyValueChange.
|
virtual |