C# Class HaloMap.Render.SpawnInfo

The spawn info.
显示文件 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_oe static_oe property

public static string NullTags
return string

Spawn public_oe property

The spawn.
public List Spawn
return List

hillshadertag public_oe property

The hillshadertag.
public int hillshadertag
return int