C# Class ME3Explorer.Unreal.Classes.AnimNodeSlot

Show file Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
Children List
MyIndex int
NodeName int
NodeTotalWeight float
Props List
bSkipTickWhenZeroWeight bool
data byte[]
pcc ME3Package

Public Methods

Method Description
AnimNodeSlot ( ME3Package Pcc, int Index ) : System
ChildrenToTree ( ) : TreeNode
GetArrayContent ( byte raw ) : byte[]
GetArrayCount ( byte raw ) : int
ReadChildren ( byte raw ) : void
ToTree ( ) : TreeNode

Method Details

AnimNodeSlot() public method

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

ChildrenToTree() public method

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

GetArrayContent() public method

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

GetArrayCount() public method

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

ReadChildren() public method

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

ToTree() public method

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

Property Details

Children public property

public List Children
return List

MyIndex public property

public int MyIndex
return int

NodeName public property

public int NodeName
return int

NodeTotalWeight public property

public float NodeTotalWeight
return float

Props public property

public List Props
return List

bSkipTickWhenZeroWeight public property

public bool bSkipTickWhenZeroWeight
return bool

data public property

public byte[] data
return byte[]

pcc public property

public ME3Package pcc
return ME3Package