C# 클래스 HaloMap.RawData.RawDataChunk

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

공개 프로퍼티들

프로퍼티 타입 설명
MS System.IO.MemoryStream
offset int
pointerMetaOffset int
rawDataType RawDataType
rawLocation MapTypes
shadernumber int
size int

프로퍼티 상세

MS 공개적으로 프로퍼티

The ms.
public MemoryStream,System.IO MS
리턴 System.IO.MemoryStream

offset 공개적으로 프로퍼티

The offset.
public int offset
리턴 int

pointerMetaOffset 공개적으로 프로퍼티

The pointer meta offset.
public int pointerMetaOffset
리턴 int

rawDataType 공개적으로 프로퍼티

The raw data type.
public RawDataType rawDataType
리턴 RawDataType

rawLocation 공개적으로 프로퍼티

The raw location.
public MapTypes rawLocation
리턴 MapTypes

shadernumber 공개적으로 프로퍼티

The shadernumber.
public int shadernumber
리턴 int

size 공개적으로 프로퍼티

The size.
public int size
리턴 int