C# Class HaloMap.Render.SpawnInfo.VehicleSpawn

The vehicle spawn.
Inheritance: ScaleRotateYawPitchRollSpawn
显示文件 Open project: troymac1ure/Entity

Public Methods

Method Description
Read ( Map map ) : void

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

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

VehicleSpawn scnr offst = Halo1: 576 Halo2: 112

VehicleSpawn chunk size = Halo1: 120 Halo2: 84

VehicleSpawn ( ) : System

Initializes a new instance of the VehicleSpawn class.

Write ( Map map ) : void

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

VehicleSpawn scnr offst = 112

VehicleSpawn chunk size = 84

Method Details

Read() public method

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

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

VehicleSpawn scnr offst = Halo1: 576 Halo2: 112

VehicleSpawn chunk size = Halo1: 120 Halo2: 84

public Read ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
return void

VehicleSpawn() public method

Initializes a new instance of the VehicleSpawn class.
public VehicleSpawn ( ) : System
return System

Write() public method

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

VehicleSpawn scnr offst = 112

VehicleSpawn chunk size = 84

public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
return void