C# Class UDKExplorer.UDK.PropertyReader

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

Public Methods

Method Description
ImportProperty ( UDKFile udk, UDKFile importudk, System.Property p, string className, System m, bool inStruct = false ) : void
PropertyToGrid ( System.Property p, UDKFile udk ) : ME3LibWV.CustomProperty
PropertyToText ( System.Property p, UDKFile udk ) : string
ReadProp ( UDKFile udk, byte raw, int start ) : List
ReadStructArrayProp ( UDKFile udk, System.Property p ) : List>
TypeToString ( int type ) : string
detectStart ( UDKFile udk, byte raw, ulong flags ) : int
getPropList ( UDKFile udk, UDKFile export ) : List
getPropOrNull ( UDKFile udk, UDKFile export, string propName ) : System.Property
getPropOrNull ( UDKFile udk, byte data, int start, string propName ) : System.Property

Private Methods

Method Description
ReadValue ( UDKFile udk, byte raw, int start, int type ) : PropertyValue
getType ( UDKFile udk, int type ) : Type

Method Details

ImportProperty() public static method

public static ImportProperty ( UDKFile udk, UDKFile importudk, System.Property p, string className, System m, bool inStruct = false ) : void
udk UDKFile
importudk UDKFile
p System.Property
className string
m System
inStruct bool
return void

PropertyToGrid() public static method

public static PropertyToGrid ( System.Property p, UDKFile udk ) : ME3LibWV.CustomProperty
p System.Property
udk UDKFile
return ME3LibWV.CustomProperty

PropertyToText() public static method

public static PropertyToText ( System.Property p, UDKFile udk ) : string
p System.Property
udk UDKFile
return string

ReadProp() public static method

public static ReadProp ( UDKFile udk, byte raw, int start ) : List
udk UDKFile
raw byte
start int
return List

ReadStructArrayProp() public static method

public static ReadStructArrayProp ( UDKFile udk, System.Property p ) : List>
udk UDKFile
p System.Property
return List>

TypeToString() public static method

public static TypeToString ( int type ) : string
type int
return string

detectStart() public static method

public static detectStart ( UDKFile udk, byte raw, ulong flags ) : int
udk UDKFile
raw byte
flags ulong
return int

getPropList() public static method

public static getPropList ( UDKFile udk, UDKFile export ) : List
udk UDKFile
export UDKFile
return List

getPropOrNull() public static method

public static getPropOrNull ( UDKFile udk, UDKFile export, string propName ) : System.Property
udk UDKFile
export UDKFile
propName string
return System.Property

getPropOrNull() public static method

public static getPropOrNull ( UDKFile udk, byte data, int start, string propName ) : System.Property
udk UDKFile
data byte
start int
propName string
return System.Property