C# Class SceneLoaderScript, Demonology

Inheritance: MonoBehaviour
Show file Open project: Qlevine20/Demonology Class Usage Examples

Public Properties

Property Type Description
LoadingTime float
TestImpsKilled int
TestOn bool
impSpawner ImpSpawner,
max float
min float
mult int

Public Methods

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

Private Methods

Method Description
LoadNewScene ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

LoadingTime public property

public float LoadingTime
return float

TestImpsKilled public property

public int TestImpsKilled
return int

TestOn public property

public bool TestOn
return bool

impSpawner public property

public ImpSpawner, impSpawner
return ImpSpawner,

max public property

public float max
return float

min public property

public float min
return float

mult public property

public int mult
return int