C# Class Editor.Source_Files.EntityEditor.EntityEditorInstance

Inheritance: NativeInstance
Mostra file Open project: LauriM/PropellerEngine

Public Methods

Method Description
EntityEditorInstance ( IntPtr instancePtr, EntityEditorView view ) : System
EntityEditorInstance ( IntPtr instancePtr, EntityEditorView view, String filename ) : System
addComponent ( uint handleid, String name ) : void
removeAllComponents ( ) : void
removeComponent ( uint componentid ) : void
setEntityType ( String entityType ) : void
setName ( String name ) : void
update ( ) : void

Private Methods

Method Description
registerEvents ( ) : void

Method Details

EntityEditorInstance() public method

public EntityEditorInstance ( IntPtr instancePtr, EntityEditorView view ) : System
instancePtr System.IntPtr
view Editor.Source_Files.Views.EntityEditorView
return System

EntityEditorInstance() public method

public EntityEditorInstance ( IntPtr instancePtr, EntityEditorView view, String filename ) : System
instancePtr System.IntPtr
view Editor.Source_Files.Views.EntityEditorView
filename String
return System

addComponent() public method

public addComponent ( uint handleid, String name ) : void
handleid uint
name String
return void

removeAllComponents() public method

public removeAllComponents ( ) : void
return void

removeComponent() public method

public removeComponent ( uint componentid ) : void
componentid uint
return void

setEntityType() public method

public setEntityType ( String entityType ) : void
entityType String
return void

setName() public method

public setName ( String name ) : void
name String
return void

update() public method

public update ( ) : void
return void