C# Class HaloMap.Render.SpawnInfo.SpawnZone

Spawning Zones
Inheritance: BaseSpawn
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
ApplicableGames int
InnerRadius float
LowerHeight float
Name string
OptionModifiers int
OuterRadius float
TeamColor int
UpperHeight float
Weight float
ZoneType SpawnZoneType

Public Methods

Method 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 method

public GetGameTypeOptions ( ) : Options[]
return Options[]

GetOptionModifiers() public method

public GetOptionModifiers ( ) : Options[]
return Options[]

GetTeamColorOptions() public method

public GetTeamColorOptions ( ) : Options[]
return Options[]

Read() public method

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

SpawnZone() public method

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

Write() public method

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

Property Details

ApplicableGames public_oe property

public int ApplicableGames
return int

InnerRadius public_oe property

public float InnerRadius
return float

LowerHeight public_oe property

public float LowerHeight
return float

Name public_oe property

public string Name
return string

OptionModifiers public_oe property

public int OptionModifiers
return int

OuterRadius public_oe property

public float OuterRadius
return float

TeamColor public_oe property

public int TeamColor
return int

UpperHeight public_oe property

public float UpperHeight
return float

Weight public_oe property

public float Weight
return float

ZoneType public_oe property

public SpawnZoneType ZoneType
return SpawnZoneType