C# Class HaloMap.Render.SpawnInfo

The spawn info.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
NullTags string
Spawn List
hillshadertag int

Public Methods

Method Description
H1SpawnInfo ( Map map ) : void

The h 1 spawn info.

H2SpawnInfo ( Map map ) : void

The h 2 spawn info.

SpawnInfo ( Map map ) : System

Initializes a new instance of the SpawnInfo class.

Method Details

H1SpawnInfo() public method

The h 1 spawn info.
public H1SpawnInfo ( Map map ) : void
map HaloMap.Map.Map The map.
return void

H2SpawnInfo() public method

The h 2 spawn info.
public H2SpawnInfo ( Map map ) : void
map HaloMap.Map.Map The map.
return void

SpawnInfo() public method

Initializes a new instance of the SpawnInfo class.
public SpawnInfo ( Map map ) : System
map HaloMap.Map.Map The map.
return System

Property Details

NullTags public static property

public static string NullTags
return string

Spawn public property

The spawn.
public List Spawn
return List

hillshadertag public property

The hillshadertag.
public int hillshadertag
return int