C# 클래스 ME3Explorer.FaceFX.ME3FaceFXAnimSet

상속: IFaceFXAnimSet
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
export IExportEntry

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Serialize ( SerializingContainer Container ) : void
SerializeData ( SerializingContainer Container ) : void
SerializeHeader ( SerializingContainer Container ) : void
SerializeString ( SerializingContainer Container, string s ) : string

메소드 상세

AddName() 공개 메소드

public AddName ( string s ) : void
s string
리턴 void

CloneEntry() 공개 메소드

public CloneEntry ( int n ) : void
n int
리턴 void

DataToTree() 공개 메소드

public DataToTree ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

DataToTree2() 공개 메소드

public DataToTree2 ( ME3FaceFXLine d ) : System.Windows.Forms.TreeNode[]
d ME3FaceFXLine
리턴 System.Windows.Forms.TreeNode[]

DumpToFile() 공개 메소드

public DumpToFile ( string path ) : void
path string
리턴 void

HeaderToTree() 공개 메소드

public HeaderToTree ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

ME3FaceFXAnimSet() 공개 메소드

public ME3FaceFXAnimSet ( ) : System
리턴 System

ME3FaceFXAnimSet() 공개 메소드

public ME3FaceFXAnimSet ( IMEPackage Pcc, IExportEntry Entry ) : System
Pcc IMEPackage
Entry IExportEntry
리턴 System

MoveEntry() 공개 메소드

public MoveEntry ( int n, int m ) : void
n int
m int
리턴 void

RemoveEntry() 공개 메소드

public RemoveEntry ( int n ) : void
n int
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

프로퍼티 상세

export 공개적으로 프로퍼티

public IExportEntry export
리턴 IExportEntry