C# 클래스 Nez.Console.DebugConsole

파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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