C# Class Graffiti.Core.Geometry.IndexedMesh

Inheritance: IIndexedMesh
Afficher le fichier Open project: ananthonline/graffiti

Méthodes publiques

Méthode Description
Render ( IRenderer renderer, Matrix parentTransform ) : void
Update ( float timeInMilliSeconds ) : void

Private Methods

Méthode Description
IndexedMesh ( ) : System
IndexedMesh ( int vertexCount, int indexCount ) : System
ResizeVerticesAndIndices ( int newVertexCount, int newIndexCount ) : void

Method Details

Render() public méthode

public Render ( IRenderer renderer, Matrix parentTransform ) : void
renderer IRenderer
parentTransform Matrix
Résultat void

Update() public méthode

public Update ( float timeInMilliSeconds ) : void
timeInMilliSeconds float
Résultat void