C# Class ME3LibWV.UnrealClasses.Sequence

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

Méthodes publiques

Свойство Type Description
MyIndex int
Objects List
Props List
pcc PCCPackage

Méthodes publiques

Méthode Description
MakeSubObj ( TreeNode t, int index ) : TreeNode
Sequence ( PCCPackage Pcc, int index ) : System
ToTree ( ) : TreeNode

Method Details

MakeSubObj() public méthode

public MakeSubObj ( TreeNode t, int index ) : TreeNode
t System.Windows.Forms.TreeNode
index int
Résultat System.Windows.Forms.TreeNode

Sequence() public méthode

public Sequence ( PCCPackage Pcc, int index ) : System
Pcc PCCPackage
index int
Résultat System

ToTree() public méthode

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

Property Details

MyIndex public_oe property

public int MyIndex
Résultat int

Objects public_oe property

public List Objects
Résultat List

Props public_oe property

public List Props
Résultat List

pcc public_oe property

public PCCPackage pcc
Résultat PCCPackage