Method | Description | |
---|---|---|
EntityEditorInstance ( |
||
EntityEditorInstance ( |
||
addComponent ( uint handleid, String name ) : void | ||
removeAllComponents ( ) : void | ||
removeComponent ( uint componentid ) : void | ||
setEntityType ( String entityType ) : void | ||
setName ( String name ) : void | ||
update ( ) : void |
Method | Description | |
---|---|---|
registerEvents ( ) : void |
public EntityEditorInstance ( |
||
instancePtr | ||
view | ||
return | System |
public EntityEditorInstance ( |
||
instancePtr | ||
view | ||
filename | String | |
return | System |
public addComponent ( uint handleid, String name ) : void | ||
handleid | uint | |
name | String | |
return | void |
public removeComponent ( uint componentid ) : void | ||
componentid | uint | |
return | void |
public setEntityType ( String entityType ) : void | ||
entityType | String | |
return | void |