C# Class ME3Explorer.Unreal.Classes.AnimSet

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
MyIndex int
PreviewSkelMeshName int
Props List
Sequences List
SetData BioAnimSetData
data byte[]
m_pBioAnimSetData int
pcc ME3Package

Public Methods

Method Description
AnimSet ( ME3Package Pcc, int Index ) : System
ExportToPSA ( string path ) : void
GetArrayContent ( byte raw ) : byte[]
GetArrayCount ( byte raw ) : int
ImportFromPSA ( string path ) : bool
QToVec4 ( Quaternion q ) : System.Vector4
ReadSequences ( byte raw ) : void
SequencesToTree ( ) : TreeNode
ToTree ( ) : TreeNode
Vec4ToQ ( System.Vector4 v ) : Quaternion

Method Details

AnimSet() public method

public AnimSet ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
return System

ExportToPSA() public method

public ExportToPSA ( string path ) : void
path string
return void

GetArrayContent() public method

public GetArrayContent ( byte raw ) : byte[]
raw byte
return byte[]

GetArrayCount() public method

public GetArrayCount ( byte raw ) : int
raw byte
return int

ImportFromPSA() public method

public ImportFromPSA ( string path ) : bool
path string
return bool

QToVec4() public method

public QToVec4 ( Quaternion q ) : System.Vector4
q Quaternion
return System.Vector4

ReadSequences() public method

public ReadSequences ( byte raw ) : void
raw byte
return void

SequencesToTree() public method

public SequencesToTree ( ) : TreeNode
return System.Windows.Forms.TreeNode

ToTree() public method

public ToTree ( ) : TreeNode
return System.Windows.Forms.TreeNode

Vec4ToQ() public method

public Vec4ToQ ( System.Vector4 v ) : Quaternion
v System.Vector4
return Quaternion

Property Details

MyIndex public_oe property

public int MyIndex
return int

PreviewSkelMeshName public_oe property

public int PreviewSkelMeshName
return int

Props public_oe property

public List Props
return List

Sequences public_oe property

public List Sequences
return List

SetData public_oe property

public BioAnimSetData,ME3Explorer.Unreal.Classes SetData
return BioAnimSetData

data public_oe property

public byte[] data
return byte[]

m_pBioAnimSetData public_oe property

public int m_pBioAnimSetData
return int

pcc public_oe property

public ME3Package pcc
return ME3Package