C# Class ScreenChanger, TimeLapsus

Inheritance: ScriptWithController
Mostra file Open project: halbich/TimeLapsus Class Usage Examples

Public Properties

Property Type Description
ChangeTime float
StartTime float
SubObjects List

Protected Methods

Method Description
Awake ( ) : void
Start ( ) : void

Private Methods

Method Description
Activate ( ) : void
ChangeScreens ( ) : IEnumerator
SetActive ( bool active ) : void
continueWithChange ( ) : IEnumerator

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

ChangeTime public_oe property

public float ChangeTime
return float

StartTime public_oe property

public float StartTime
return float

SubObjects public_oe property

public List SubObjects
return List