C# 클래스 ME2Explorer.Unreal.ME2UnrealObjectInfo

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
Classes ClassInfo>.Dictionary
Enums List>.Dictionary
Structs ClassInfo>.Dictionary

공개 메소드들

메소드 설명
generateInfo ( ) : void
getArrayType ( PropertyInfo p ) : ArrayType
getArrayType ( string className, string propName, bool inStruct = false ) : ArrayType
getEnumTypefromProp ( string className, string propName, bool inStruct = false ) : string
getEnumValues ( string enumName ) : List
getEnumfromProp ( string className, string propName, bool inStruct = false ) : List
getPropertyInfo ( string className, string propName, bool inStruct = false ) : PropertyInfo
inheritsFrom ( ME2ExportEntry entry, string baseClass ) : bool
loadfromJSON ( ) : void

비공개 메소드들

메소드 설명
generateClassInfo ( int index, ME2Package pcc ) : ClassInfo
generateEnumValues ( int index, ME2Package pcc ) : void
getProperty ( ME2Package pcc, IExportEntry entry ) : PropertyInfo

메소드 상세

generateInfo() 공개 정적인 메소드

public static generateInfo ( ) : void
리턴 void

getArrayType() 공개 정적인 메소드

public static getArrayType ( PropertyInfo p ) : ArrayType
p ME3Explorer.Packages.PropertyInfo
리턴 ArrayType

getArrayType() 공개 정적인 메소드

public static getArrayType ( string className, string propName, bool inStruct = false ) : ArrayType
className string
propName string
inStruct bool
리턴 ArrayType

getEnumTypefromProp() 공개 정적인 메소드

public static getEnumTypefromProp ( string className, string propName, bool inStruct = false ) : string
className string
propName string
inStruct bool
리턴 string

getEnumValues() 공개 정적인 메소드

public static getEnumValues ( string enumName ) : List
enumName string
리턴 List

getEnumfromProp() 공개 정적인 메소드

public static getEnumfromProp ( string className, string propName, bool inStruct = false ) : List
className string
propName string
inStruct bool
리턴 List

getPropertyInfo() 공개 정적인 메소드

public static getPropertyInfo ( string className, string propName, bool inStruct = false ) : PropertyInfo
className string
propName string
inStruct bool
리턴 ME3Explorer.Packages.PropertyInfo

inheritsFrom() 공개 정적인 메소드

public static inheritsFrom ( ME2ExportEntry entry, string baseClass ) : bool
entry ME2ExportEntry
baseClass string
리턴 bool

loadfromJSON() 공개 정적인 메소드

public static loadfromJSON ( ) : void
리턴 void

프로퍼티 상세

Classes 공개적으로 정적으로 프로퍼티

public static Dictionary Classes
리턴 ClassInfo>.Dictionary

Enums 공개적으로 정적으로 프로퍼티

public static Dictionary> Enums
리턴 List>.Dictionary

Structs 공개적으로 정적으로 프로퍼티

public static Dictionary Structs
리턴 ClassInfo>.Dictionary