C# Class NvTriStripDotNet.VertexCache

Afficher le fichier Open project: TGEnigma/NvTriStrip.Net Class Usage Examples

Méthodes publiques

Méthode Description
AddEntry ( int entry ) : int
At ( int index ) : int
Clear ( ) : void
Copy ( VertexCache inVcache ) : void
Set ( int index, int value ) : void
VertexCache ( ) : System.Runtime.CompilerServices
VertexCache ( int size ) : System.Runtime.CompilerServices

Private Methods

Méthode Description
InCache ( int entry ) : bool

Method Details

AddEntry() public méthode

public AddEntry ( int entry ) : int
entry int
Résultat int

At() public méthode

public At ( int index ) : int
index int
Résultat int

Clear() public méthode

public Clear ( ) : void
Résultat void

Copy() public méthode

public Copy ( VertexCache inVcache ) : void
inVcache VertexCache
Résultat void

Set() public méthode

public Set ( int index, int value ) : void
index int
value int
Résultat void

VertexCache() public méthode

public VertexCache ( ) : System.Runtime.CompilerServices
Résultat System.Runtime.CompilerServices

VertexCache() public méthode

public VertexCache ( int size ) : System.Runtime.CompilerServices
size int
Résultat System.Runtime.CompilerServices