C# Class HaloMap.Render.SpawnInfo.VehicleSpawn

The vehicle spawn.
Inheritance: ScaleRotateYawPitchRollSpawn
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Méthode 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 méthode

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
Résultat void

VehicleSpawn() public méthode

Initializes a new instance of the VehicleSpawn class.
public VehicleSpawn ( ) : System
Résultat System

Write() public méthode

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
Résultat void