Method |
Description |
|
DebugConsole ( ) : System |
|
|
argBool ( string arg ) : bool |
|
|
argFloat ( string arg ) : float |
|
|
argInt ( string arg ) : int |
|
|
argString ( string arg ) : string |
|
|
buildCommandsList ( ) : void |
|
|
clear ( ) : void |
|
|
debugRender ( ) : void |
|
|
enterCommand ( ) : void |
|
|
entityCount ( int tagIndex = -1 ) : void |
|
|
executeCommand ( string command, string args ) : void |
|
|
executeFunctionKeyAction ( int num ) : void |
|
|
exit ( ) : void |
|
|
findFirstTab ( ) : void |
|
|
findLastTab ( ) : void |
|
|
fixedTimestep ( bool enabled = true ) : void |
|
|
framerate ( float target = 60f ) : void |
|
|
handleKey ( Keys key ) : void |
|
|
help ( string command ) : void |
|
|
inspectEntity ( string entityName = "" ) : void |
|
|
logDrawCalls ( float delay = 1f ) : void |
|
|
logEntities ( string whichAssets = "s" ) : void |
|
|
logLoadedAssets ( string whichAssets = "s" ) : void |
|
|
physics ( float secondsToDisplay = 5f ) : void |
|
|
processAssembly ( Assembly assembly ) : void |
|
|
processMethod ( MethodInfo method, CommandAttribute attr ) : void |
|
|
render ( ) : void |
|
|
renderableCount ( int renderLayer = int.MinValue ) : void |
|
|
renderableLog ( int renderLayer = int.MinValue ) : void |
|
|
setScale ( float scale = 1f ) : void |
|
|
tilescale ( float timeScale = 1 ) : void |
|
|
update ( ) : void |
|
|
updateClosed ( ) : void |
|
|
updateOpen ( ) : void |
|
|
vsync ( bool enabled = true ) : void |
|
|