Method | Description | |
---|---|---|
DetailedDrawReset ( ) : void | ||
DetailedDrawTime ( int detailedDrawType ) : void | ||
DrawException ( |
||
DrawTime ( int drawType, double timeElapsed ) : void | ||
EndDrawFrame ( ) : void | ||
GetDetailedDrawTime ( int detailedDrawType ) : float | ||
GetDetailedDrawTotal ( ) : float | ||
GetDrawTime ( int drawType ) : float | ||
GetDrawTotal ( ) : float | ||
GetLightingTime ( int lightingType ) : float | ||
GetLightingTotal ( ) : float | ||
GetRenderMax ( int renderType ) : float | ||
GetRenderTime ( int renderType ) : float | ||
Initialize ( ) : void | ||
LightingTime ( int lightingType, double timeElapsed ) : void | ||
MapDrawTime ( double timeElapsed ) : void | ||
MenuDrawTime ( double timeElapsed ) : void | ||
NewDrawFrame ( ) : void | ||
RenderTime ( int renderType, double timeElapsed ) : void | ||
SplashDrawTime ( double timeElapsed ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
UpdateTime ( |
public static DetailedDrawTime ( int detailedDrawType ) : void | ||
detailedDrawType | int | |
return | void |
public static DrawException ( |
||
e | ||
return | void |
public static DrawTime ( int drawType, double timeElapsed ) : void | ||
drawType | int | |
timeElapsed | double | |
return | void |
public static GetDetailedDrawTime ( int detailedDrawType ) : float | ||
detailedDrawType | int | |
return | float |
public static GetDetailedDrawTotal ( ) : float | ||
return | float |
public static GetDrawTime ( int drawType ) : float | ||
drawType | int | |
return | float |
public static GetLightingTime ( int lightingType ) : float | ||
lightingType | int | |
return | float |
public static GetRenderMax ( int renderType ) : float | ||
renderType | int | |
return | float |
public static GetRenderTime ( int renderType ) : float | ||
renderType | int | |
return | float |
public static LightingTime ( int lightingType, double timeElapsed ) : void | ||
lightingType | int | |
timeElapsed | double | |
return | void |
public static MapDrawTime ( double timeElapsed ) : void | ||
timeElapsed | double | |
return | void |
public static MenuDrawTime ( double timeElapsed ) : void | ||
timeElapsed | double | |
return | void |
public static RenderTime ( int renderType, double timeElapsed ) : void | ||
renderType | int | |
timeElapsed | double | |
return | void |
public static SplashDrawTime ( double timeElapsed ) : void | ||
timeElapsed | double | |
return | void |