Method | Description | |
---|---|---|
Clear ( ) : void | ||
DrawStretchPicture ( |
||
DrawStretchPicture ( float x, float y, float width, float height, float s, float t, float s2, float t2, |
||
EmitFullScreen ( ) : void |
Creates a view that covers the screen and emit the surfaces.
|
|
idGuiModel ( ) : System |
Method | Description | |
---|---|---|
AdvanceSurface ( ) : void | ||
EmitSurface ( |
public DrawStretchPicture ( |
||
vertices | ||
indexes | int | |
material | ||
clip | bool | |
minX | float | |
minY | float | |
maxX | float | |
maxY | float | |
return | void |
public DrawStretchPicture ( float x, float y, float width, float height, float s, float t, float s2, float t2, |
||
x | float | |
y | float | |
width | float | |
height | float | |
s | float | |
t | float | |
s2 | float | |
t2 | float | |
material | ||
return | void |