C# Class ME3Explorer.FaceFX.ME3FaceFXAnimSet

Inheritance: IFaceFXAnimSet
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
export IExportEntry

Méthodes publiques

Méthode Description
AddName ( string s ) : void
CloneEntry ( int n ) : void
DataToTree ( ) : TreeNode
DataToTree2 ( ME3FaceFXLine d ) : System.Windows.Forms.TreeNode[]
DumpToFile ( string path ) : void
HeaderToTree ( ) : TreeNode
ME3FaceFXAnimSet ( ) : System
ME3FaceFXAnimSet ( IMEPackage Pcc, IExportEntry Entry ) : System
MoveEntry ( int n, int m ) : void
RemoveEntry ( int n ) : void
Save ( ) : void

Private Methods

Méthode Description
Serialize ( SerializingContainer Container ) : void
SerializeData ( SerializingContainer Container ) : void
SerializeHeader ( SerializingContainer Container ) : void
SerializeString ( SerializingContainer Container, string s ) : string

Method Details

AddName() public méthode

public AddName ( string s ) : void
s string
Résultat void

CloneEntry() public méthode

public CloneEntry ( int n ) : void
n int
Résultat void

DataToTree() public méthode

public DataToTree ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

DataToTree2() public méthode

public DataToTree2 ( ME3FaceFXLine d ) : System.Windows.Forms.TreeNode[]
d ME3FaceFXLine
Résultat System.Windows.Forms.TreeNode[]

DumpToFile() public méthode

public DumpToFile ( string path ) : void
path string
Résultat void

HeaderToTree() public méthode

public HeaderToTree ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

ME3FaceFXAnimSet() public méthode

public ME3FaceFXAnimSet ( ) : System
Résultat System

ME3FaceFXAnimSet() public méthode

public ME3FaceFXAnimSet ( IMEPackage Pcc, IExportEntry Entry ) : System
Pcc IMEPackage
Entry IExportEntry
Résultat System

MoveEntry() public méthode

public MoveEntry ( int n, int m ) : void
n int
m int
Résultat void

RemoveEntry() public méthode

public RemoveEntry ( int n ) : void
n int
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

Property Details

export public_oe property

public IExportEntry export
Résultat IExportEntry