C# Class LocationTracking

Inheritance: MonoBehaviour
Show file Open project: jsngai/deepsquid Class Usage Examples

Public Properties

Property Type Description
here bool

Public Methods

Method Description
OnTriggerEnter ( Collider o ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

here public property

public bool here
return bool