C# Class ImpSpawnerVariant, Demonology

Inheritance: MonoBehaviour
Show file 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 property

public GameObject Imp
return GameObject

Player public property

public GameObject Player
return GameObject

leftSpawner public property

public bool leftSpawner
return bool

maxSpawn public property

public int maxSpawn
return int

sinkingTime public property

public float sinkingTime
return float

spawnCount public property

public int spawnCount
return int

spawnPlayerAt public property

public int spawnPlayerAt
return int

startDelay public property

public float startDelay
return float

waitTime public property

public float waitTime
return float