C# Class SceneLoaderScript, Demonology

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float LoadingTime
return float

TestImpsKilled public_oe property

public int TestImpsKilled
return int

TestOn public_oe property

public bool TestOn
return bool

impSpawner public_oe property

public ImpSpawner, impSpawner
return ImpSpawner,

max public_oe property

public float max
return float

min public_oe property

public float min
return float

mult public_oe property

public int mult
return int