C# Class Xft.VertexPool.VertexSegment

Afficher le fichier Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Méthodes publiques

Свойство Type Description
IndexCount int
IndexStart int
Pool VertexPool
VertCount int
VertStart int

Méthodes publiques

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

Method Details

ClearIndices() public méthode

public ClearIndices ( ) : void
Résultat void

VertexSegment() public méthode

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

Property Details

IndexCount public_oe property

public int IndexCount
Résultat int

IndexStart public_oe property

public int IndexStart
Résultat int

Pool public_oe property

public VertexPool,Xft Pool
Résultat VertexPool

VertCount public_oe property

public int VertCount
Résultat int

VertStart public_oe property

public int VertStart
Résultat int