C# Class AoMEngineLibrary.AMP.BrgMax

Inheritance: IModelMaxUI
Afficher le fichier Open project: Ryder25/Age-of-Mythology Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public BrgMax ( MaxPluginForm plugin ) : System
plugin MaxPluginForm
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Export() public méthode

public Export ( ) : void
Résultat void

Import() public méthode

public Import ( ) : void
Résultat void

LoadMaterialUI() public méthode

public LoadMaterialUI ( ) : void
Résultat void

LoadMeshUI() public méthode

public LoadMeshUI ( ) : void
Résultat void

LoadUI() public méthode

public LoadUI ( ) : void
Résultat void

Read() public méthode

public Read ( FileStream stream ) : void
stream System.IO.FileStream
Résultat void

SaveUI() public méthode

public SaveUI ( ) : void
Résultat void

Write() public méthode

public Write ( FileStream stream ) : void
stream System.IO.FileStream
Résultat void