C# Class ME3Explorer.Unreal.Classes.AnimNodeSlot

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

Méthodes publiques

Свойство Type Description
Children List
MyIndex int
NodeName int
NodeTotalWeight float
Props List
bSkipTickWhenZeroWeight bool
data byte[]
pcc ME3Package

Méthodes publiques

Méthode 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 méthode

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

ChildrenToTree() public méthode

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

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

ReadChildren() public méthode

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

ToTree() public méthode

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

Property Details

Children public_oe property

public List Children
Résultat List

MyIndex public_oe property

public int MyIndex
Résultat int

NodeName public_oe property

public int NodeName
Résultat int

NodeTotalWeight public_oe property

public float NodeTotalWeight
Résultat float

Props public_oe property

public List Props
Résultat List

bSkipTickWhenZeroWeight public_oe property

public bool bSkipTickWhenZeroWeight
Résultat bool

data public_oe property

public byte[] data
Résultat byte[]

pcc public_oe property

public ME3Package pcc
Résultat ME3Package