Свойство | Type | Description | |
---|---|---|---|
EatCPU | bool | ||
GlobalColor | GLColor | ||
GraphicsThread | Thread | ||
NPOTAllowed | bool | ||
PerformSlowDebugDepthChecking | bool | ||
RenderLockBlob | object | ||
Renderables | List |
||
ScreenHeight | int | ||
ScreenWidth | int |
Méthode | Description | |
---|---|---|
Deinitialise ( ) : void | ||
Initialise ( int width, int height ) : void | ||
Initialise ( int width, int height, int zoomOverride ) : void | ||
Render ( ) : void | ||
RestoreWindow ( ) : void | ||
SetWindowTitle ( string windowTitle ) : void |
Méthode | Description | |
---|---|---|
Intersects ( Rectangle tthis, Rectangle value ) : bool | ||
NotifyRenderablesDepthChange ( ) : void | ||
OnWindowClose ( ) : int | ||
checkForDepthProblems ( Renderable r1, Renderable r2 ) : void | ||
compareRenderablesDepths ( Renderable r1, Renderable r2 ) : int |
public static Initialise ( int width, int height ) : void | ||
width | int | |
height | int | |
Résultat | void |
public static Initialise ( int width, int height, int zoomOverride ) : void | ||
width | int | |
height | int | |
zoomOverride | int | |
Résultat | void |
public static SetWindowTitle ( string windowTitle ) : void | ||
windowTitle | string | |
Résultat | void |
public static bool PerformSlowDebugDepthChecking | ||
Résultat | bool |