C# 클래스 HaloMap.RawData.BitmapRaw

The bitmap raw.
상속: RawDataContainer
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 메소드들

메소드 설명
BitmapRaw ( ) : System

Initializes a new instance of the BitmapRaw class.

Read ( int TagIndex, Map map, bool dontreadraw ) : void

The read.

ReadCEBitmapRaw ( int TagIndex, Map map, bool dontreadraw ) : void

The read ce bitmap raw.

ReadH2BitmapRaw ( int TagIndex, Map map, bool dontreadraw ) : void

The read h 2 bitmap raw.

메소드 상세

BitmapRaw() 공개 메소드

Initializes a new instance of the BitmapRaw class.
public BitmapRaw ( ) : System
리턴 System

Read() 공개 메소드

The read.
public Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
리턴 void

ReadCEBitmapRaw() 공개 메소드

The read ce bitmap raw.
public ReadCEBitmapRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
리턴 void

ReadH2BitmapRaw() 공개 메소드

The read h 2 bitmap raw.
public ReadH2BitmapRaw ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
리턴 void