C# Класс 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
Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
OnTriggerEnter ( Collider hit ) : void

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

Start ( ) : void