C# Class AoMEngineLibrary.AMP.BrgMax

Inheritance: IModelMaxUI
Datei anzeigen Open project: Ryder25/Age-of-Mythology Class Usage Examples

Public Methods

Method Description
BrgMax ( MaxPluginForm plugin ) : System
Clear ( ) : void
Export ( ) : void
Import ( ) : void
LoadMaterialUI ( ) : void
LoadMeshUI ( ) : void
LoadUI ( ) : void
Read ( FileStream stream ) : void
SaveUI ( ) : void
Write ( FileStream stream ) : void

Private Methods

Method Description
ExportAttachpoints ( string attachDummy, BrgMesh mesh, float time ) : void
ExportBrgMaterial ( string mainObject, BrgMaterial mat ) : void
ExportBrgMesh ( string mainObject, BrgMesh mesh, float time, int>.Dictionary matIdMapping ) : void
ExportMaterialFlagsFromName ( BrgMaterial mat ) : void
ImportBrgMaterial ( BrgMaterial mat ) : string
ImportBrgMesh ( string mainObject, BrgMesh mesh, float time ) : void
ImportMaterialNameFromFlags ( BrgMaterial mat ) : void

Method Details

BrgMax() public method

public BrgMax ( MaxPluginForm plugin ) : System
plugin MaxPluginForm
return System

Clear() public method

public Clear ( ) : void
return void

Export() public method

public Export ( ) : void
return void

Import() public method

public Import ( ) : void
return void

LoadMaterialUI() public method

public LoadMaterialUI ( ) : void
return void

LoadMeshUI() public method

public LoadMeshUI ( ) : void
return void

LoadUI() public method

public LoadUI ( ) : void
return void

Read() public method

public Read ( FileStream stream ) : void
stream System.IO.FileStream
return void

SaveUI() public method

public SaveUI ( ) : void
return void

Write() public method

public Write ( FileStream stream ) : void
stream System.IO.FileStream
return void