C# Class Editor.Source_Files.CppCommunication.OperationManagerInstance

Inheritance: NativeInstance
显示文件 Open project: LauriM/PropellerEngine Class Usage Examples

Public Methods

Method Description
OperationManagerInstance ( UndoListView u ) : System
addEntityByType ( IntPtr instance, String type, int x, int y ) : void
revert ( ) : void

Private Methods

Method Description
addComponent ( IntPtr instance, uint entityId, String componentName ) : void
addComponentOnType ( IntPtr instance, String typeName, String componentName ) : void
addEmptyEntity ( IntPtr instance ) : void
clearOperations ( ) : void
removeComponent ( IntPtr instance, uint entityId, uint componentId ) : void
removeComponentOnType ( IntPtr instance, String typeName, String componentName ) : void
removeEntityById ( IntPtr instance, uint id ) : void
renameEntity ( IntPtr instance, uint targetId, string name ) : void

Method Details

OperationManagerInstance() public method

public OperationManagerInstance ( UndoListView u ) : System
u Editor.Source_Files.Views.UndoListView
return System

addEntityByType() public method

public addEntityByType ( IntPtr instance, String type, int x, int y ) : void
instance System.IntPtr
type String
x int
y int
return void

revert() public method

public revert ( ) : void
return void