C# Class ModelViewer.Renderer.Mesh

Inheritance: Renderable
Mostra file Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposeManaged ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposeManaged ) : void
disposeManaged bool
return void

Init() public method

public Init ( ) : void
return void

Mesh() public method

public Mesh ( DatDigger mesh, Cache varEquip ) : System.Collections.Generic
mesh DatDigger
varEquip Cache
return System.Collections.Generic

Render() public method

public Render ( ) : void
return void