프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BeginMark | void | ||
BeginMark | void | ||
CommandExecute | void | ||
Draw | void | ||
EndMark | void | ||
EndMark | void | ||
ResetLog | void | ||
StartFrame | void |
메소드 | 설명 | |
---|---|---|
Draw ( |
||
GetAverageTime ( int barIndex, string markerName ) : float |
Get avarage time of given bar index and marker name.
|
|
Initialize ( ) : void | ||
TimeRuler ( Game game ) : System |
메소드 | 설명 | |
---|---|---|
LoadContent ( ) : void |
메소드 | 설명 | |
---|---|---|
BeginMark ( int barIndex, string markerName, Color color ) : void | ||
BeginMark ( string markerName, Color color ) : void | ||
CommandExecute ( IDebugCommandHost host, string command, IList |
'tr' command execution.
|
|
Draw ( Vector2 position, int width ) : void | ||
EndMark ( int barIndex, string markerName ) : void | ||
EndMark ( string markerName ) : void | ||
ResetLog ( ) : void | ||
StartFrame ( ) : void |
public Draw ( |
||
gameTime | ||
리턴 | void |
public GetAverageTime ( int barIndex, string markerName ) : float | ||
barIndex | int | Index of bar |
markerName | string | name of marker |
리턴 | float |