Méthode | Description | |
---|---|---|
BeginScene ( ) : void | ||
ClearBackBuffer ( ) : void | ||
ClearBuffers ( ) : void | ||
ClearDepthBuffer ( ) : void | ||
ClearStencilBuffer ( ) : void | ||
DisplayBackBuffer ( ) : void | ||
Draw ( |
||
Draw ( byte aucBuffer ) : void | ||
Draw ( int iX, int iY, ColorRGBA aColor, string aText ) : void | ||
DrawScene ( IEnumerable |
||
EndScene ( ) : void | ||
GetCamera ( ) : Camera | ||
GetHeight ( ) : int | ||
GetWidth ( ) : int | ||
LoadFont ( string acFace, int iSize, bool bBold, bool bItalic ) : int | ||
Resize ( int width, int height ) : void | ||
SelectFont ( int iFontID ) : bool | ||
SetCamera ( Camera aCamera ) : void | ||
ToggleFullScreen ( ) : void | ||
UnloadFont ( int iFontID ) : void |
public abstract ClearDepthBuffer ( ) : void | ||
Résultat | void |
public abstract ClearStencilBuffer ( ) : void | ||
Résultat | void |
public abstract DisplayBackBuffer ( ) : void | ||
Résultat | void |
public abstract Draw ( byte aucBuffer ) : void | ||
aucBuffer | byte | |
Résultat | void |
public abstract Draw ( int iX, int iY, ColorRGBA aColor, string aText ) : void | ||
iX | int | |
iY | int | |
aColor | ColorRGBA | |
aText | string | |
Résultat | void |
public DrawScene ( IEnumerable |
||
aVisibleSet | IEnumerable |
|
Résultat | void |
public abstract LoadFont ( string acFace, int iSize, bool bBold, bool bItalic ) : int | ||
acFace | string | |
iSize | int | |
bBold | bool | |
bItalic | bool | |
Résultat | int |
public Resize ( int width, int height ) : void | ||
width | int | |
height | int | |
Résultat | void |
public abstract SelectFont ( int iFontID ) : bool | ||
iFontID | int | |
Résultat | bool |
public abstract UnloadFont ( int iFontID ) : void | ||
iFontID | int | |
Résultat | void |