Method |
Description |
|
Vertices_CreateVertex ( ) : IntPtr |
|
|
Vertices_GetColor ( IntPtr vertex, [ color ) : void |
|
|
Vertices_GetNormal ( IntPtr vertex, [ normal ) : void |
|
|
Vertices_GetPos ( IntPtr vertex, [ pos ) : void |
|
|
Vertices_GetTCoords ( IntPtr vertex, [ tcoords ) : void |
|
|
Vertices_GetType ( IntPtr vertex ) : int |
|
|
Vertices_SetColor ( IntPtr vertex, int color ) : void |
|
|
Vertices_SetNormal ( IntPtr vertex, float normal ) : void |
|
|
Vertices_SetPos ( IntPtr vertex, float pos ) : void |
|
|
Vertices_SetTCoords ( IntPtr vertex, float tcoords ) : void |
|
|