C# 클래스 IrrlichtNETCP.Vertex3D

상속: NativeElement
파일 보기 프로젝트 열기: Paulus/irrlichtnetcp 1 사용 예제들

공개 메소드들

메소드 설명
Type ( ) : VertexType
Vertex3D ( ) : System
Vertex3D ( IntPtr raw ) : System
Vertex3D ( IrrlichtNETCP.Vector3D position, IrrlichtNETCP.Vector3D normal, Color color, IrrlichtNETCP.Vector2D tcoord ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Type() 공개 메소드

public Type ( ) : VertexType
리턴 VertexType

Vertex3D() 공개 메소드

public Vertex3D ( ) : System
리턴 System

Vertex3D() 공개 메소드

public Vertex3D ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

Vertex3D() 공개 메소드

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
리턴 System