C# Class ModelViewer.Renderer.Mesh

Inheritance: Renderable
Afficher le fichier Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Méthodes publiques

Méthode Description
Init ( ) : void
Mesh ( DatDigger mesh, Cache varEquip ) : System.Collections.Generic
Render ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposeManaged ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposeManaged ) : void
disposeManaged bool
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Mesh() public méthode

public Mesh ( DatDigger mesh, Cache varEquip ) : System.Collections.Generic
mesh DatDigger
varEquip Cache
Résultat System.Collections.Generic

Render() public méthode

public Render ( ) : void
Résultat void