C# Class LoadingBay, astrochimps

This will enable a object to receive a rocket part and enable it in the launching platform. With this, we don't to check the presence of parts in the launching platform itself
Inheritance: MonoBehaviour
Show file Open project: arcoelho01/astrochimps Class Usage Examples

Private Methods

Method Description
OnTriggerEnter ( Collider hit ) : void

Sense when an object with a rigidbody attached enters the collider. We're using

Start ( ) : void