C# Class ME3Explorer.UnrealHelper.UPropertyReader

显示文件 Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
Definitions List

Public Methods

Method Description
AddClass ( string name ) : void
AddProp ( string nameclass, System.Property p ) : void
ExportDefinitions ( ) : TreeNode
ExportDefinitionsXML ( string path ) : void
FindObjectProperty ( string s, List p ) : int
FindProperty ( string s, List p ) : int
ImportDefinitions ( TreeNode Root ) : void
ImportDefinitionsXML ( string path ) : void
PropToInt ( byte buff ) : int
PropToIntVector3 ( byte buff ) : System.Vector3
PropToVector3 ( byte buff ) : System.Vector3
UPropertyReader ( ) : System
getFloat16 ( int pos ) : float
readProperties ( byte buff, string cls, string names ) : List
readProperties ( byte buff, string cls, string names, int start ) : List

Private Methods

Method Description
Guess ( int off, bool auto = false ) : void
clr0 ( string input ) : string

Method Details

AddClass() public method

public AddClass ( string name ) : void
name string
return void

AddProp() public method

public AddProp ( string nameclass, System.Property p ) : void
nameclass string
p System.Property
return void

ExportDefinitions() public method

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

ExportDefinitionsXML() public method

public ExportDefinitionsXML ( string path ) : void
path string
return void

FindObjectProperty() public method

public FindObjectProperty ( string s, List p ) : int
s string
p List
return int

FindProperty() public method

public FindProperty ( string s, List p ) : int
s string
p List
return int

ImportDefinitions() public method

public ImportDefinitions ( TreeNode Root ) : void
Root System.Windows.Forms.TreeNode
return void

ImportDefinitionsXML() public method

public ImportDefinitionsXML ( string path ) : void
path string
return void

PropToInt() public method

public PropToInt ( byte buff ) : int
buff byte
return int

PropToIntVector3() public method

public PropToIntVector3 ( byte buff ) : System.Vector3
buff byte
return System.Vector3

PropToVector3() public method

public PropToVector3 ( byte buff ) : System.Vector3
buff byte
return System.Vector3

UPropertyReader() public method

public UPropertyReader ( ) : System
return System

getFloat16() public method

public getFloat16 ( int pos ) : float
pos int
return float

readProperties() public method

public readProperties ( byte buff, string cls, string names ) : List
buff byte
cls string
names string
return List

readProperties() public method

public readProperties ( byte buff, string cls, string names, int start ) : List
buff byte
cls string
names string
start int
return List

Property Details

Definitions public_oe property

public List Definitions
return List