C# Class ME3Explorer.Unreal.Classes.BioAnimSetData

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
MyIndex int
Props List
TrackBoneNames List
UseTranslationBoneNames List
bAnimRotationOnly bool
data byte[]
pcc ME3Package

Public Methods

Method 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 method

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

GetArrayContent() public method

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

GetArrayCount() public method

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

ReadTBN() public method

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

ReadUTBN() public method

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

TBNToTree() public method

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

ToTree() public method

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

UTBNToTree() public method

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

Property Details

MyIndex public property

public int MyIndex
return int

Props public property

public List Props
return List

TrackBoneNames public property

public List TrackBoneNames
return List

UseTranslationBoneNames public property

public List UseTranslationBoneNames
return List

bAnimRotationOnly public property

public bool bAnimRotationOnly
return bool

data public property

public byte[] data
return byte[]

pcc public property

public ME3Package pcc
return ME3Package