C# Class ImpSpawnerVariant, Demonology

Inheritance: MonoBehaviour
Datei anzeigen Open project: Qlevine20/Demonology

Public Properties

Property Type Description
Imp GameObject
Player GameObject
leftSpawner bool
maxSpawn int
sinkingTime float
spawnCount int
spawnPlayerAt int
startDelay float
waitTime float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
RandomSpawnImp ( float counter ) : bool

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Imp public_oe property

public GameObject Imp
return GameObject

Player public_oe property

public GameObject Player
return GameObject

leftSpawner public_oe property

public bool leftSpawner
return bool

maxSpawn public_oe property

public int maxSpawn
return int

sinkingTime public_oe property

public float sinkingTime
return float

spawnCount public_oe property

public int spawnCount
return int

spawnPlayerAt public_oe property

public int spawnPlayerAt
return int

startDelay public_oe property

public float startDelay
return float

waitTime public_oe property

public float waitTime
return float