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

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

공개 메소드들

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

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

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

WeaponSpawn scnr offst = 144

WeaponSpawn chunk size = 84

WeaponSpawn ( ) : System

Initializes a new instance of the WeaponSpawn class.

Write ( Map map ) : void

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

WeaponSpawn scnr offst = 144

WeaponSpawn chunk size = 84

메소드 상세

Read() 공개 메소드

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

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

WeaponSpawn scnr offst = 144

WeaponSpawn chunk size = 84

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

WeaponSpawn() 공개 메소드

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

Write() 공개 메소드

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

WeaponSpawn scnr offst = 144

WeaponSpawn chunk size = 84

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