C# Class LevelDef, nightmare_cooperative

Inheritance: MonoBehaviour
Afficher le fichier Open project: jonbro/nightmare_cooperative Class Usage Examples

Méthodes publiques

Свойство Type Description
levels LevelDef[],
possibleMonsters PossibleMonster[],
spawnCountHigh int
spawnCountLow int
spawnRate int

Méthodes publiques

Méthode Description
GetMonsterForLevel ( ) : MonsterDef,

Private Methods

Méthode Description
RebuildPercent ( ) : void

Method Details

GetMonsterForLevel() public méthode

public GetMonsterForLevel ( ) : MonsterDef,
Résultat MonsterDef,

Property Details

levels public_oe static_oe property

public static LevelDef[], levels
Résultat LevelDef[],

possibleMonsters public_oe property

public PossibleMonster[], possibleMonsters
Résultat PossibleMonster[],

spawnCountHigh public_oe property

public int spawnCountHigh
Résultat int

spawnCountLow public_oe property

public int spawnCountLow
Résultat int

spawnRate public_oe property

public int spawnRate
Résultat int