C# Class ME3LibWV.UnrealClasses.Sequence

ファイルを表示 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
MyIndex int
Objects List
Props List
pcc PCCPackage

Public Methods

Method Description
MakeSubObj ( TreeNode t, int index ) : TreeNode
Sequence ( PCCPackage Pcc, int index ) : System
ToTree ( ) : TreeNode

Method Details

MakeSubObj() public method

public MakeSubObj ( TreeNode t, int index ) : TreeNode
t System.Windows.Forms.TreeNode
index int
return System.Windows.Forms.TreeNode

Sequence() public method

public Sequence ( PCCPackage Pcc, int index ) : System
Pcc PCCPackage
index int
return System

ToTree() public method

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

Property Details

MyIndex public_oe property

public int MyIndex
return int

Objects public_oe property

public List Objects
return List

Props public_oe property

public List Props
return List

pcc public_oe property

public PCCPackage pcc
return PCCPackage