C# Class AoMEngineLibrary.AMP.GrnMax

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

Private Properties

Свойство Type Description
AreEqual bool
CreateBone string
ExportAnimation void
ExportMaterial void
ExportMesh void
ExportMeshMaterial int>.Dictionary
ExportSkeleton void
GetBoneLocalTransform string
GetBoneLocalTransform string
GetBoneWorldTransform string
GetTransformPRS void
ImportAnimation void
ImportMaterial string
ImportMesh void
ImportSkeleton void

Méthodes publiques

Méthode Description
Clear ( ) : void
Export ( ) : void
GrnMax ( MaxPluginForm plugin ) : System
Import ( ) : void
LoadUI ( ) : void
Read ( FileStream stream ) : void
SaveUI ( ) : void
Write ( FileStream stream ) : void

Private Methods

Méthode Description
AreEqual ( Matrix3x3 m1, Matrix3x3 m2 ) : bool
CreateBone ( GrnBone bone ) : string
ExportAnimation ( ) : void
ExportMaterial ( GrnMaterial mat ) : void
ExportMesh ( int meshIndex ) : void
ExportMeshMaterial ( string mainObject ) : int>.Dictionary
ExportSkeleton ( ) : void
GetBoneLocalTransform ( GrnBone bone, string nameM3 ) : string
GetBoneLocalTransform ( string nameM3, Vector3D pos, Quaternion rot, Matrix3x3 scale ) : string
GetBoneWorldTransform ( GrnFile file, int boneIndex, string nameM3 ) : string
GetTransformPRS ( string nameM3, Vector3D &pos, Quaternion &rot, Matrix3x3 &scale ) : void
ImportAnimation ( string boneArray ) : void
ImportMaterial ( GrnMaterial mat ) : string
ImportMesh ( GrnMesh mesh, string mainObject, string boneArray ) : void
ImportSkeleton ( string boneArray ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Export() public méthode

public Export ( ) : void
Résultat void

GrnMax() public méthode

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

Import() public méthode

public Import ( ) : 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