C# Class Editor.Source_Files.EntityEditor.EntityEditorInstance

Inheritance: NativeInstance
Afficher le fichier Open project: LauriM/PropellerEngine

Méthodes publiques

Méthode 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

Méthode Description
registerEvents ( ) : void

Method Details

EntityEditorInstance() public méthode

public EntityEditorInstance ( IntPtr instancePtr, EntityEditorView view ) : System
instancePtr System.IntPtr
view Editor.Source_Files.Views.EntityEditorView
Résultat System

EntityEditorInstance() public méthode

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

addComponent() public méthode

public addComponent ( uint handleid, String name ) : void
handleid uint
name String
Résultat void

removeAllComponents() public méthode

public removeAllComponents ( ) : void
Résultat void

removeComponent() public méthode

public removeComponent ( uint componentid ) : void
componentid uint
Résultat void

setEntityType() public méthode

public setEntityType ( String entityType ) : void
entityType String
Résultat void

setName() public méthode

public setName ( String name ) : void
name String
Résultat void

update() public méthode

public update ( ) : void
Résultat void