C# 클래스 Xft.VertexPool.VertexSegment

파일 보기 프로젝트 열기: LilTsubaki/Les-fragments-d-Erule 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IndexCount int
IndexStart int
Pool VertexPool
VertCount int
VertStart int

공개 메소드들

메소드 설명
ClearIndices ( ) : void
VertexSegment ( int start, int count, int istart, int icount, VertexPool pool ) : System.Collections

메소드 상세

ClearIndices() 공개 메소드

public ClearIndices ( ) : void
리턴 void

VertexSegment() 공개 메소드

public VertexSegment ( int start, int count, int istart, int icount, VertexPool pool ) : System.Collections
start int
count int
istart int
icount int
pool VertexPool
리턴 System.Collections

프로퍼티 상세

IndexCount 공개적으로 프로퍼티

public int IndexCount
리턴 int

IndexStart 공개적으로 프로퍼티

public int IndexStart
리턴 int

Pool 공개적으로 프로퍼티

public VertexPool,Xft Pool
리턴 VertexPool

VertCount 공개적으로 프로퍼티

public int VertCount
리턴 int

VertStart 공개적으로 프로퍼티

public int VertStart
리턴 int