C# Класс Nez.Console.DebugConsole

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
instance DebugConsole
renderScale float

Открытые методы

Метод Описание
bindActionToFunctionKey ( int functionKey, System.Action action ) : void
log ( Exception e ) : void
log ( object obj ) : void
log ( string format ) : void

Приватные методы

Метод Описание
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

Описание методов

bindActionToFunctionKey() публичный статический Метод

public static bindActionToFunctionKey ( int functionKey, System.Action action ) : void
functionKey int
action System.Action
Результат void

log() публичный Метод

public log ( Exception e ) : void
e System.Exception
Результат void

log() публичный Метод

public log ( object obj ) : void
obj object
Результат void

log() публичный Метод

public log ( string format ) : void
format string
Результат void

Описание свойств

instance публичное статическое свойство

public static DebugConsole,Nez.Console instance
Результат DebugConsole

renderScale публичное статическое свойство

controls the scale of the console
public static float renderScale
Результат float