Method | Description | |
---|---|---|
BlendColors ( Color src, Color &tgt ) : void | ||
DrawCube ( |
||
SafeBegin ( BeginMode mode, System.Action code ) : void | ||
SafeBlend ( System.Action code ) : void | ||
SafeDisable ( EnableCap cap, System.Action code ) : void | ||
SafeEnable ( EnableCap cap, System.Action code ) : void | ||
SafeGLEnableClientStates ( ArrayCap caps, System.Action code ) : void | ||
SafeSaveMatrix ( System.Action code ) : void |
public static BlendColors ( Color src, Color &tgt ) : void | ||
src | Color | |
tgt | Color | |
return | void |
public static DrawCube ( |
||
vbo | ||
color | Color | |
x | float | |
z | float | |
width | float | |
length | float | |
bottom | float | |
height | float | |
return | void |
public static SafeBegin ( BeginMode mode, System.Action code ) : void | ||
mode | BeginMode | |
code | System.Action | |
return | void |
public static SafeBlend ( System.Action code ) : void | ||
code | System.Action | |
return | void |
public static SafeDisable ( EnableCap cap, System.Action code ) : void | ||
cap | EnableCap | |
code | System.Action | |
return | void |
public static SafeEnable ( EnableCap cap, System.Action code ) : void | ||
cap | EnableCap | |
code | System.Action | |
return | void |
public static SafeGLEnableClientStates ( ArrayCap caps, System.Action code ) : void | ||
caps | ArrayCap | |
code | System.Action | |
return | void |
public static SafeSaveMatrix ( System.Action code ) : void | ||
code | System.Action | |
return | void |