C# Class ActivateFlowchart

Inheritance: MonoBehaviour
Datei anzeigen Open project: Devination/TheRightWay

Public Properties

Property Type Description
flowchart GameObject

Public Methods

Method Description
Start ( ) : void
turnOnFlowchart ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

turnOnFlowchart() public method

public turnOnFlowchart ( ) : void
return void

Property Details

flowchart public_oe property

public GameObject flowchart
return GameObject