C# 클래스 IrrlichtNETCP.MeshBuffer

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

공개 메소드들

메소드 설명
GetIndex ( uint nr ) : ushort
GetVertex ( uint nr ) : Vertex3D
GetVertexT2 ( uint nr ) : Vertex3DT2
MeshBuffer ( IntPtr raw ) : System
MeshBuffer ( VertexType type ) : System
SetIndex ( uint nr, ushort val ) : void
SetVertex ( uint nr, Vertex3D vert ) : void
SetVertexT2 ( uint nr, Vertex3DT2 vert ) : void

비공개 메소드들

메소드 설명
MeshBuffer_Create ( int type ) : IntPtr
MeshBuffer_GetBoundingBox ( IntPtr meshb, [ bb ) : void
MeshBuffer_GetIndex ( IntPtr meshb, uint nr ) : ushort
MeshBuffer_GetIndexCount ( IntPtr meshb ) : int
MeshBuffer_GetIndices ( IntPtr meshb, [ indices ) : void
MeshBuffer_GetMaterial ( IntPtr meshb ) : IntPtr
MeshBuffer_GetVertex ( IntPtr meshb, uint nr ) : IntPtr
MeshBuffer_GetVertex2T ( IntPtr meshb, uint nr ) : IntPtr
MeshBuffer_GetVertexCount ( IntPtr meshb ) : int
MeshBuffer_GetVertexType ( IntPtr meshb ) : VertexType
MeshBuffer_SetBoundingBox ( IntPtr meshb, float bb ) : void
MeshBuffer_SetIndex ( IntPtr meshb, uint nr, ushort val ) : void
MeshBuffer_SetIndices ( IntPtr meshb, ushort indices, int count ) : void
MeshBuffer_SetMaterial ( IntPtr meshb, IntPtr material ) : void
MeshBuffer_SetVertex ( IntPtr meshb, uint nr, IntPtr vert ) : void
MeshBuffer_SetVertex2T ( IntPtr meshb, uint nr, IntPtr vert ) : void

메소드 상세

GetIndex() 공개 메소드

public GetIndex ( uint nr ) : ushort
nr uint
리턴 ushort

GetVertex() 공개 메소드

public GetVertex ( uint nr ) : Vertex3D
nr uint
리턴 Vertex3D

GetVertexT2() 공개 메소드

public GetVertexT2 ( uint nr ) : Vertex3DT2
nr uint
리턴 Vertex3DT2

MeshBuffer() 공개 메소드

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

MeshBuffer() 공개 메소드

public MeshBuffer ( VertexType type ) : System
type VertexType
리턴 System

SetIndex() 공개 메소드

public SetIndex ( uint nr, ushort val ) : void
nr uint
val ushort
리턴 void

SetVertex() 공개 메소드

public SetVertex ( uint nr, Vertex3D vert ) : void
nr uint
vert Vertex3D
리턴 void

SetVertexT2() 공개 메소드

public SetVertexT2 ( uint nr, Vertex3DT2 vert ) : void
nr uint
vert Vertex3DT2
리턴 void