C# 클래스 IrrlichtNETCP.Vertex3DT2

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Vertices_CreateVertex2TCoords ( ) : IntPtr
Vertices_GetTCoords2 ( IntPtr vertex, [ tcoords ) : void
Vertices_SetTCoords2 ( IntPtr vertex, float tcoords ) : void

메소드 상세

Vertex3DT2() 공개 메소드

public Vertex3DT2 ( ) : System
리턴 System

Vertex3DT2() 공개 메소드

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

Vertex3DT2() 공개 메소드

public Vertex3DT2 ( IrrlichtNETCP.Vector3D position, IrrlichtNETCP.Vector3D normal, Color color, IrrlichtNETCP.Vector2D tcoord, IrrlichtNETCP.Vector2D tcoord2 ) : System
position IrrlichtNETCP.Vector3D
normal IrrlichtNETCP.Vector3D
color Color
tcoord IrrlichtNETCP.Vector2D
tcoord2 IrrlichtNETCP.Vector2D
리턴 System