C# 클래스 entity.Tools.RawInfoChunk

The raw info chunk.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
location MapTypes
offset uint
offsetOfPointer int
rawType RawDataType
size int

프로퍼티 상세

location 공개적으로 프로퍼티

The location.
public MapTypes location
리턴 MapTypes

offset 공개적으로 프로퍼티

The offset.
public uint offset
리턴 uint

offsetOfPointer 공개적으로 프로퍼티

The offset of pointer.
public int offsetOfPointer
리턴 int

rawType 공개적으로 프로퍼티

The raw type.
public RawDataType rawType
리턴 RawDataType

size 공개적으로 프로퍼티

The size.
public int size
리턴 int