C# Class LevelDef, nightmare_cooperative

Inheritance: MonoBehaviour
Datei anzeigen Open project: jonbro/nightmare_cooperative Class Usage Examples

Public Properties

Property Type Description
levels LevelDef[],
possibleMonsters PossibleMonster[],
spawnCountHigh int
spawnCountLow int
spawnRate int

Public Methods

Method Description
GetMonsterForLevel ( ) : MonsterDef,

Private Methods

Method Description
RebuildPercent ( ) : void

Method Details

GetMonsterForLevel() public method

public GetMonsterForLevel ( ) : MonsterDef,
return MonsterDef,

Property Details

levels public_oe static_oe property

public static LevelDef[], levels
return LevelDef[],

possibleMonsters public_oe property

public PossibleMonster[], possibleMonsters
return PossibleMonster[],

spawnCountHigh public_oe property

public int spawnCountHigh
return int

spawnCountLow public_oe property

public int spawnCountLow
return int

spawnRate public_oe property

public int spawnRate
return int