C# Class Xft.VertexPool.VertexSegment

Show file Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Public Properties

Property Type Description
IndexCount int
IndexStart int
Pool VertexPool
VertCount int
VertStart int

Public Methods

Method Description
ClearIndices ( ) : void
VertexSegment ( int start, int count, int istart, int icount, VertexPool pool ) : System.Collections

Method Details

ClearIndices() public method

public ClearIndices ( ) : void
return void

VertexSegment() public method

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

Property Details

IndexCount public property

public int IndexCount
return int

IndexStart public property

public int IndexStart
return int

Pool public property

public VertexPool,Xft Pool
return VertexPool

VertCount public property

public int VertCount
return int

VertStart public property

public int VertStart
return int