C# 클래스 ME3Explorer.Unreal.UnrealObjectInfo

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

공개 메소드들

메소드 설명
GetArrayType ( MEGame game, string propName, string typeName ) : ArrayType
GetEnumType ( MEGame game, string propName, string typeName ) : string
GetPropertyInfo ( MEGame game, string propname, string typeName ) : PropertyInfo
inheritsFrom ( this entry, string baseClass ) : bool

메소드 상세

GetArrayType() 공개 정적인 메소드

public static GetArrayType ( MEGame game, string propName, string typeName ) : ArrayType
game MEGame
propName string
typeName string
리턴 ArrayType

GetEnumType() 공개 정적인 메소드

public static GetEnumType ( MEGame game, string propName, string typeName ) : string
game MEGame
propName string
typeName string
리턴 string

GetPropertyInfo() 공개 정적인 메소드

public static GetPropertyInfo ( MEGame game, string propname, string typeName ) : PropertyInfo
game MEGame
propname string
typeName string
리턴 ME3Explorer.Packages.PropertyInfo

inheritsFrom() 공개 정적인 메소드

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