C# Class ME3Explorer.Unreal.Classes.AnimNodeSlot

Exibir arquivo 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_oe property

public List Children
return List

MyIndex public_oe property

public int MyIndex
return int

NodeName public_oe property

public int NodeName
return int

NodeTotalWeight public_oe property

public float NodeTotalWeight
return float

Props public_oe property

public List Props
return List

bSkipTickWhenZeroWeight public_oe property

public bool bSkipTickWhenZeroWeight
return bool

data public_oe property

public byte[] data
return byte[]

pcc public_oe property

public ME3Package pcc
return ME3Package