C# Класс KerbalTerrainSystem.CollisionController

Наследование: UnityEngine.MonoBehaviour
Показать файл Открыть проект

Открытые методы

Метод Описание
Start ( ) : void

Register the Vessel-Handler and stop the GarbageCollection

onPartDie ( Part part ) : void

If a part dies, rebuild the sphere

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

Метод Описание
Update ( ) : IEnumerator

Apply the enqueued deformations

Описание методов

Start() публичный Метод

Register the Vessel-Handler and stop the GarbageCollection
public Start ( ) : void
Результат void

onPartDie() публичный Метод

If a part dies, rebuild the sphere
public onPartDie ( Part part ) : void
part Part
Результат void