C# Class ModelViewer.Renderer.Pgrp

Inheritance: Renderable
Datei anzeigen Open project: nohbdy/ffxivmodelviewer Class Usage Examples

Public Methods

Method Description
DetermineEnableStatus ( Cache varEquip ) : void
Init ( ) : void
Pgrp ( DatDigger pgrp, IndexList idxList, int numVertices ) : System.Collections.Generic
Render ( ) : void

Protected Methods

Method Description
Dispose ( bool disposeManaged ) : void

Method Details

DetermineEnableStatus() public method

public DetermineEnableStatus ( Cache varEquip ) : void
varEquip Cache
return void

Dispose() protected method

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

Init() public method

public Init ( ) : void
return void

Pgrp() public method

public Pgrp ( DatDigger pgrp, IndexList idxList, int numVertices ) : System.Collections.Generic
pgrp DatDigger
idxList IndexList
numVertices int
return System.Collections.Generic

Render() public method

public Render ( ) : void
return void