C# 클래스 OOGL.Animation.Group

The Group class hold material information for similiar vertexes. Thread safety - This class must be only be used from the main thread.
파일 보기 프로젝트 열기: tpb3d/TPB3D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
indices ushort[]
material Material
name string
vertexBuffer VertexBuffer
vertices VertexStruct[]

공개 메소드들

메소드 설명
Group ( string name, Material material, VertexStruct vertices, ushort indices ) : System
LoadMaterials ( ) : void

메소드 상세

Group() 공개 메소드

public Group ( string name, Material material, VertexStruct vertices, ushort indices ) : System
name string
material Material
vertices VertexStruct
indices ushort
리턴 System

LoadMaterials() 공개 메소드

public LoadMaterials ( ) : void
리턴 void

프로퍼티 상세

indices 공개적으로 프로퍼티

public ushort[] indices
리턴 ushort[]

material 공개적으로 프로퍼티

public Material,OOGL.Animation material
리턴 Material

name 공개적으로 프로퍼티

public string name
리턴 string

vertexBuffer 공개적으로 프로퍼티

public VertexBuffer,OOGL.Animation vertexBuffer
리턴 VertexBuffer

vertices 공개적으로 프로퍼티

public VertexStruct[] vertices
리턴 VertexStruct[]