C# Класс HaloMap.Render.SpawnInfo.MachineSpawn

The machine spawn.
Наследование: ScaleRotateYawPitchRollSpawn
Показать файл Открыть проект

Открытые методы

Метод Описание
MachineSpawn ( ) : System

Initializes a new instance of the MachineSpawn class.

Read ( Map map ) : void

Reads the Machines meta chunk info from the map MemoryStream.

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

Machines scnr offst = 168

Machines chunk size = 72

Write ( Map map ) : void

Writes the Machines meta chunk info to the map MemoryStream.

Machines scnr offst = 168

Machines chunk size = 72

Описание методов

MachineSpawn() публичный Метод

Initializes a new instance of the MachineSpawn class.
public MachineSpawn ( ) : System
Результат System

Read() публичный Метод

Reads the Machines meta chunk info from the map MemoryStream.

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

Machines scnr offst = 168

Machines chunk size = 72

public Read ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
Результат void

Write() публичный Метод

Writes the Machines meta chunk info to the map MemoryStream.

Machines scnr offst = 168

Machines chunk size = 72

public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
Результат void