C# Class ControlsScreenController, TimeLapsus

Inheritance: ScriptWithController
Exibir arquivo Open project: halbich/TimeLapsus Class Usage Examples

Public Properties

Property Type Description
ShowingTutorial bool

Public Methods

Method Description
HideTutorial ( ) : void
ShowTutorial ( ) : void
ToggleTutorial ( ) : void
Update ( ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

HideTutorial() public method

public HideTutorial ( ) : void
return void

ShowTutorial() public method

public ShowTutorial ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

ToggleTutorial() public method

public ToggleTutorial ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ShowingTutorial public_oe property

public bool ShowingTutorial
return bool