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

The scenery spawn.
상속: ScaleRotateYawPitchRollSpawn
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
ScenNumber int

공개 메소드들

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

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

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

ScenerySpawn scnr offst = 80

ScenerySpawn chunk size = 92

ScenerySpawn ( ) : System

Initializes a new instance of the ScenerySpawn class.

Write ( Map map ) : void

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

ScenerySpawn scnr offst = 80

ScenerySpawn chunk size = 92

메소드 상세

Read() 공개 메소드

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

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

ScenerySpawn scnr offst = 80

ScenerySpawn chunk size = 92

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

ScenerySpawn() 공개 메소드

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

Write() 공개 메소드

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

ScenerySpawn scnr offst = 80

ScenerySpawn chunk size = 92

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

프로퍼티 상세

ScenNumber 공개적으로 프로퍼티

The scen number.
public int ScenNumber
리턴 int