C# 클래스 HaloMap.Map.BSPInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
Halo1VerticeCount int
LightMap_Palettes List
LightMap_TagNumber int
SceneryChunk_Bitmap_Index int[]
SceneryChunk_LightMap_Index int[]
TagIndex int
VisualChunk_Bitmap_Index int[]
VisualChunk_LightMap_Index int[]
ident int
lightmapTagIndex int
lightmapident int
lightmapoffset int
lightmapsize int
location MapTypes
magic int
offset int
palettesoffset int
pointerOffset int
size int

공개 메소드들

메소드 설명
WritePalettes ( Map map ) : void

The write palettes.

메소드 상세

WritePalettes() 공개 메소드

The write palettes.
public WritePalettes ( Map map ) : void
map Map The map.
리턴 void

프로퍼티 상세

Halo1VerticeCount 공개적으로 프로퍼티

The halo 1 vertice count.
public int Halo1VerticeCount
리턴 int

LightMap_Palettes 공개적으로 프로퍼티

The light map_ palettes.
public List LightMap_Palettes
리턴 List

LightMap_TagNumber 공개적으로 프로퍼티

The light map_ tag number.
public int LightMap_TagNumber
리턴 int

SceneryChunk_Bitmap_Index 공개적으로 프로퍼티

The scenery chunk_ bitmap_ index.
public int[] SceneryChunk_Bitmap_Index
리턴 int[]

SceneryChunk_LightMap_Index 공개적으로 프로퍼티

The scenery chunk_ light map_ index.
public int[] SceneryChunk_LightMap_Index
리턴 int[]

TagIndex 공개적으로 프로퍼티

The TagIndex.
public int TagIndex
리턴 int

VisualChunk_Bitmap_Index 공개적으로 프로퍼티

The visual chunk_ bitmap_ index.
public int[] VisualChunk_Bitmap_Index
리턴 int[]

VisualChunk_LightMap_Index 공개적으로 프로퍼티

The visual chunk_ light map_ index.
public int[] VisualChunk_LightMap_Index
리턴 int[]

ident 공개적으로 프로퍼티

The ident.
public int ident
리턴 int

lightmapTagIndex 공개적으로 프로퍼티

The lightmapTagIndex.
public int lightmapTagIndex
리턴 int

lightmapident 공개적으로 프로퍼티

The lightmapident.
public int lightmapident
리턴 int

lightmapoffset 공개적으로 프로퍼티

The lightmapoffset.
public int lightmapoffset
리턴 int

lightmapsize 공개적으로 프로퍼티

The lightmapsize.
public int lightmapsize
리턴 int

location 공개적으로 프로퍼티

The location.
public MapTypes location
리턴 MapTypes

magic 공개적으로 프로퍼티

The magic.
public int magic
리턴 int

offset 공개적으로 프로퍼티

The offset.
public int offset
리턴 int

palettesoffset 공개적으로 프로퍼티

The palettesoffset.
public int palettesoffset
리턴 int

pointerOffset 공개적으로 프로퍼티

The pointer offset.
public int pointerOffset
리턴 int

size 공개적으로 프로퍼티

The size.
public int size
리턴 int