C# Class HaloMap.Render.SpawnInfo.SpawnZone

Spawning Zones
Inheritance: BaseSpawn
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
ApplicableGames int
InnerRadius float
LowerHeight float
Name string
OptionModifiers int
OuterRadius float
TeamColor int
UpperHeight float
Weight float
ZoneType SpawnZoneType

Méthodes publiques

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

Method Details

GetGameTypeOptions() public méthode

public GetGameTypeOptions ( ) : Options[]
Résultat Options[]

GetOptionModifiers() public méthode

public GetOptionModifiers ( ) : Options[]
Résultat Options[]

GetTeamColorOptions() public méthode

public GetTeamColorOptions ( ) : Options[]
Résultat Options[]

Read() public méthode

Reads the Spawn Zone data from the given map's current BaseStream position
public Read ( Map map ) : void
map HaloMap.Map.Map
Résultat void

SpawnZone() public méthode

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

Write() public méthode

Writes the Spawn Zone data to the given map's BaseStream
public Write ( Map map ) : void
map HaloMap.Map.Map
Résultat void

Property Details

ApplicableGames public_oe property

public int ApplicableGames
Résultat int

InnerRadius public_oe property

public float InnerRadius
Résultat float

LowerHeight public_oe property

public float LowerHeight
Résultat float

Name public_oe property

public string Name
Résultat string

OptionModifiers public_oe property

public int OptionModifiers
Résultat int

OuterRadius public_oe property

public float OuterRadius
Résultat float

TeamColor public_oe property

public int TeamColor
Résultat int

UpperHeight public_oe property

public float UpperHeight
Résultat float

Weight public_oe property

public float Weight
Résultat float

ZoneType public_oe property

public SpawnZoneType ZoneType
Résultat SpawnZoneType