C# Class AoMModelEditor.BrgUi

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

Méthodes publiques

Méthode Description
BrgUi ( MainForm plugin ) : System
Clear ( ) : void
Export ( string fileName ) : void
Import ( string fileName ) : void
LoadAttachpointUI ( ) : void
LoadMaterialUI ( ) : void
LoadMeshUI ( ) : void
LoadUI ( ) : void
Read ( FileStream stream ) : void
SaveUI ( ) : void
Write ( FileStream stream ) : void

Private Methods

Méthode Description
FindSourceByID ( grendgine_collada.Grendgine_Collada_Mesh mesh, string id ) : grendgine_collada.Grendgine_Collada_Source

Search a Grendgine_Collada_Mesh for a source by a given ID

FloatToVectorArray ( grendgine_collada.Grendgine_Collada_Float_Array colArray ) : List

Convert a list of Grendgine_Collada_Float_Array to an array of Vectors

Method Details

BrgUi() public méthode

public BrgUi ( MainForm plugin ) : System
plugin MainForm
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Export() public méthode

public Export ( string fileName ) : void
fileName string
Résultat void

Import() public méthode

public Import ( string fileName ) : void
fileName string
Résultat void

LoadAttachpointUI() public méthode

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