C# Class BunsenBurnerController, 306_project2

Inheritance: MonoBehaviour
Datei anzeigen Open project: ElliotWhiley/306_project2

Public Properties

Property Type Description
fireOn bool
firePrefab GameObject

Public Methods

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

Method Details

Awake() public method

public Awake ( ) : void
return void

OperateFire() public method

public OperateFire ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

fireOn public_oe property

public bool fireOn
return bool

firePrefab public_oe property

public GameObject firePrefab
return GameObject