Method | Description | |
---|---|---|
EditorInstance ( MainViewBase m ) : System | ||
addDummy ( int x, int y ) : void | ||
addMessage ( String message ) : void | ||
createNewEntityType ( String name ) : void | ||
initialize ( ) : void | ||
initializeRenderer ( |
||
keyDown ( int code ) : void | ||
keyUp ( int code ) : void | ||
loadScene ( String path ) : void | ||
reloadDLL ( ) : void | ||
removeEntity ( int handle ) : void | ||
requestTypeEditor ( string file ) : void | ||
saveScene ( String path ) : void | ||
syncEntityTypesToDisk ( ) : void | ||
update ( ) : void |
Method | Description | |
---|---|---|
callCCommand ( string command ) : void | ||
importTiledMap ( String filename ) : void | ||
mouseDeltaInput ( int p1, int p2 ) : void | ||
pauseEngine ( ) : void | ||
reloadArchiveBrowserList ( ) : void | ||
requestGameViewLaunch ( ) : void | ||
runEngine ( ) : void | ||
stopEngine ( ) : void | ||
toggle2D3D ( ) : void |
public EditorInstance ( MainViewBase m ) : System | ||
m | MainViewBase | |
return | System |
public createNewEntityType ( String name ) : void | ||
name | String | |
return | void |
public initializeRenderer ( |
||
handle | ||
return | void |
public requestTypeEditor ( string file ) : void | ||
file | string | |
return | void |