C# Class IrrlichtNETCP.Vertex3D

Inheritance: NativeElement
Show file Open project: Paulus/irrlichtnetcp Class Usage Examples

Public Methods

Method Description
Type ( ) : VertexType
Vertex3D ( ) : System
Vertex3D ( IntPtr raw ) : System
Vertex3D ( IrrlichtNETCP.Vector3D position, IrrlichtNETCP.Vector3D normal, Color color, IrrlichtNETCP.Vector2D tcoord ) : System

Private Methods

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

Method Details

Type() public method

public Type ( ) : VertexType
return VertexType

Vertex3D() public method

public Vertex3D ( ) : System
return System

Vertex3D() public method

public Vertex3D ( IntPtr raw ) : System
raw System.IntPtr
return System

Vertex3D() public method

public Vertex3D ( IrrlichtNETCP.Vector3D position, IrrlichtNETCP.Vector3D normal, Color color, IrrlichtNETCP.Vector2D tcoord ) : System
position IrrlichtNETCP.Vector3D
normal IrrlichtNETCP.Vector3D
color Color
tcoord IrrlichtNETCP.Vector2D
return System