C# Class ModelViewer.Renderer.SubModel

Inheritance: Renderable
Mostra file Open project: nohbdy/ffxivmodelviewer

Public Methods

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

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

Render() public method

public Render ( ) : void
return void

SubModel() public method

public SubModel ( DatDigger model, Cache varEquip ) : System.Collections.Generic
model DatDigger
varEquip Cache
return System.Collections.Generic