C# Class HaloMap.Render.SpawnInfo

The spawn info.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
NullTags string
Spawn List
hillshadertag int

Méthodes publiques

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

The h 1 spawn info.
public H1SpawnInfo ( Map map ) : void
map HaloMap.Map.Map The map.
Résultat void

H2SpawnInfo() public méthode

The h 2 spawn info.
public H2SpawnInfo ( Map map ) : void
map HaloMap.Map.Map The map.
Résultat void

SpawnInfo() public méthode

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

Property Details

NullTags public_oe static_oe property

public static string NullTags
Résultat string

Spawn public_oe property

The spawn.
public List Spawn
Résultat List

hillshadertag public_oe property

The hillshadertag.
public int hillshadertag
Résultat int