C# Class ImpSpawnerVariant, Demonology

Inheritance: MonoBehaviour
Afficher le fichier Open project: Qlevine20/Demonology

Méthodes publiques

Свойство Type Description
Imp GameObject
Player GameObject
leftSpawner bool
maxSpawn int
sinkingTime float
spawnCount int
spawnPlayerAt int
startDelay float
waitTime float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
RandomSpawnImp ( float counter ) : bool

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Imp public_oe property

public GameObject Imp
Résultat GameObject

Player public_oe property

public GameObject Player
Résultat GameObject

leftSpawner public_oe property

public bool leftSpawner
Résultat bool

maxSpawn public_oe property

public int maxSpawn
Résultat int

sinkingTime public_oe property

public float sinkingTime
Résultat float

spawnCount public_oe property

public int spawnCount
Résultat int

spawnPlayerAt public_oe property

public int spawnPlayerAt
Résultat int

startDelay public_oe property

public float startDelay
Résultat float

waitTime public_oe property

public float waitTime
Résultat float