C# Class TurtleSwitch

Inheritance: MonoBehaviour
Mostra file Open project: jsngai/deepsquid

Public Properties

Property Type Description
questComplete bool

Public Methods

Method Description
OnTriggerStay ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerStay() public method

public OnTriggerStay ( 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

questComplete public_oe property

public bool questComplete
return bool