C# Class ME3Explorer.Unreal.Classes.BioAnimSetData

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

Méthodes publiques

Свойство Type Description
MyIndex int
Props List
TrackBoneNames List
UseTranslationBoneNames List
bAnimRotationOnly bool
data byte[]
pcc ME3Package

Méthodes publiques

Méthode Description
BioAnimSetData ( ME3Package Pcc, int Index ) : System
GetArrayContent ( byte raw ) : byte[]
GetArrayCount ( byte raw ) : int
ReadTBN ( byte raw ) : void
ReadUTBN ( byte raw ) : void
TBNToTree ( ) : TreeNode
ToTree ( ) : TreeNode
UTBNToTree ( ) : TreeNode

Method Details

BioAnimSetData() public méthode

public BioAnimSetData ( ME3Package Pcc, int Index ) : System
Pcc ME3Package
Index int
Résultat System

GetArrayContent() public méthode

public GetArrayContent ( byte raw ) : byte[]
raw byte
Résultat byte[]

GetArrayCount() public méthode

public GetArrayCount ( byte raw ) : int
raw byte
Résultat int

ReadTBN() public méthode

public ReadTBN ( byte raw ) : void
raw byte
Résultat void

ReadUTBN() public méthode

public ReadUTBN ( byte raw ) : void
raw byte
Résultat void

TBNToTree() public méthode

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

ToTree() public méthode

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

UTBNToTree() public méthode

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

Property Details

MyIndex public_oe property

public int MyIndex
Résultat int

Props public_oe property

public List Props
Résultat List

TrackBoneNames public_oe property

public List TrackBoneNames
Résultat List

UseTranslationBoneNames public_oe property

public List UseTranslationBoneNames
Résultat List

bAnimRotationOnly public_oe property

public bool bAnimRotationOnly
Résultat bool

data public_oe property

public byte[] data
Résultat byte[]

pcc public_oe property

public ME3Package pcc
Résultat ME3Package