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

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

Открытые свойства

Свойство Тип Описание
BlocNumber int

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

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

Initializes a new instance of the ObstacleSpawn class.

Read ( Map map ) : void

Reads the Obstacles meta chunk info from the map MemoryStream.

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

Obstacles scnr offst = 808

Obstacles chunk size = 76

Write ( Map map ) : void

Writes the Obstacles meta chunk info to the map MemoryStream.

Obstacles scnr offst = 808

Obstacles chunk size = 76

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

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

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

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

Reads the Obstacles meta chunk info from the map MemoryStream.

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

Obstacles scnr offst = 808

Obstacles chunk size = 76

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

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

Writes the Obstacles meta chunk info to the map MemoryStream.

Obstacles scnr offst = 808

Obstacles chunk size = 76

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

Описание свойств

BlocNumber публичное свойство

The bloc number.
public int BlocNumber
Результат int