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 |
|
|