C# 클래스 ME3Explorer.UnrealHelper.UPropertyReader

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Definitions List

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Guess ( int off, bool auto = false ) : void
clr0 ( string input ) : string

메소드 상세

AddClass() 공개 메소드

public AddClass ( string name ) : void
name string
리턴 void

AddProp() 공개 메소드

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

ExportDefinitions() 공개 메소드

public ExportDefinitions ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

ExportDefinitionsXML() 공개 메소드

public ExportDefinitionsXML ( string path ) : void
path string
리턴 void

FindObjectProperty() 공개 메소드

public FindObjectProperty ( string s, List p ) : int
s string
p List
리턴 int

FindProperty() 공개 메소드

public FindProperty ( string s, List p ) : int
s string
p List
리턴 int

ImportDefinitions() 공개 메소드

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

ImportDefinitionsXML() 공개 메소드

public ImportDefinitionsXML ( string path ) : void
path string
리턴 void

PropToInt() 공개 메소드

public PropToInt ( byte buff ) : int
buff byte
리턴 int

PropToIntVector3() 공개 메소드

public PropToIntVector3 ( byte buff ) : System.Vector3
buff byte
리턴 System.Vector3

PropToVector3() 공개 메소드

public PropToVector3 ( byte buff ) : System.Vector3
buff byte
리턴 System.Vector3

UPropertyReader() 공개 메소드

public UPropertyReader ( ) : System
리턴 System

getFloat16() 공개 메소드

public getFloat16 ( int pos ) : float
pos int
리턴 float

readProperties() 공개 메소드

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

readProperties() 공개 메소드

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

프로퍼티 상세

Definitions 공개적으로 프로퍼티

public List Definitions
리턴 List