C# 클래스 ME3Explorer.UnrealHelper.UPropertyReader.Property

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

공개 프로퍼티들

프로퍼티 타입 설명
Meta List
name string
offset int
raw byte[]
value string

프로퍼티 상세

Meta 공개적으로 프로퍼티

public List Meta
리턴 List

name 공개적으로 프로퍼티

public string name
리턴 string

offset 공개적으로 프로퍼티

public int offset
리턴 int

raw 공개적으로 프로퍼티

public byte[] raw
리턴 byte[]

value 공개적으로 프로퍼티

public string value
리턴 string