C# Class SectionController, Summer_SlowJam_3

Inheritance: MonoBehaviour
Exibir arquivo Open project: Rojibora/Summer_SlowJam_3 Class Usage Examples

Public Properties

Property Type Description
difficulty float

Public Methods

Method Description
Awake ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

difficulty public_oe property

public float difficulty
return float