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

Spawning Zones
Наследование: BaseSpawn
Показать файл Открыть проект

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

Свойство Тип Описание
ApplicableGames int
InnerRadius float
LowerHeight float
Name string
OptionModifiers int
OuterRadius float
TeamColor int
UpperHeight float
Weight float
ZoneType SpawnZoneType

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

Метод Описание
GetGameTypeOptions ( ) : Options[]
GetOptionModifiers ( ) : Options[]
GetTeamColorOptions ( ) : Options[]
Read ( Map map ) : void

Reads the Spawn Zone data from the given map's current BaseStream position

SpawnZone ( SpawnZoneType zoneType ) : System

Initializes a new instance of the SpawnZone class.

Write ( Map map ) : void

Writes the Spawn Zone data to the given map's BaseStream

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

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

public GetGameTypeOptions ( ) : Options[]
Результат Options[]

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

public GetOptionModifiers ( ) : Options[]
Результат Options[]

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

public GetTeamColorOptions ( ) : Options[]
Результат Options[]

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

Reads the Spawn Zone data from the given map's current BaseStream position
public Read ( Map map ) : void
map HaloMap.Map.Map
Результат void

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

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

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

Writes the Spawn Zone data to the given map's BaseStream
public Write ( Map map ) : void
map HaloMap.Map.Map
Результат void

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

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

public int ApplicableGames
Результат int

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

public float InnerRadius
Результат float

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

public float LowerHeight
Результат float

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

public string Name
Результат string

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

public int OptionModifiers
Результат int

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

public float OuterRadius
Результат float

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

public int TeamColor
Результат int

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

public float UpperHeight
Результат float

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

public float Weight
Результат float

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

public SpawnZoneType ZoneType
Результат SpawnZoneType