C# 클래스 HaloMap.Render.SpawnInfo.Collection

The Collection Spawn / Netgame Equipment
상속: RotateYawPitchRollBaseSpawn
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
SpawnsInMode SpawnsInEnum

공개 메소드들

메소드 설명
Collection ( ) : System

Initializes a new instance of the Collection class.

Read ( Map map ) : void

Reads the Collection Spawn meta chunk info from the map MemoryStream.

map.BR.BaseStream.Position must be set to start of chunk data.

Collection scnr offst = 288

Collection chunk size = 144

Write ( Map map ) : void

Writes the Collection Spawn meta chunk info to the map MemoryStream.

Collection scnr offst = 288

Collection chunk size = 144

메소드 상세

Collection() 공개 메소드

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

Read() 공개 메소드

Reads the Collection Spawn meta chunk info from the map MemoryStream.

map.BR.BaseStream.Position must be set to start of chunk data.

Collection scnr offst = 288

Collection chunk size = 144

public Read ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
리턴 void

Write() 공개 메소드

Writes the Collection Spawn meta chunk info to the map MemoryStream.

Collection scnr offst = 288

Collection chunk size = 144

public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
리턴 void

프로퍼티 상세

SpawnsInMode 공개적으로 프로퍼티

The spawns in mode.
public SpawnsInEnum SpawnsInMode
리턴 SpawnsInEnum