C# Class KerbalTerrainSystem.CollisionController

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: ThomasKerman/Kerbal-Terrain-System

Méthodes publiques

Méthode Description
Start ( ) : void

Register the Vessel-Handler and stop the GarbageCollection

onPartDie ( Part part ) : void

If a part dies, rebuild the sphere

Private Methods

Méthode Description
Update ( ) : IEnumerator

Apply the enqueued deformations

Method Details

Start() public méthode

Register the Vessel-Handler and stop the GarbageCollection
public Start ( ) : void
Résultat void

onPartDie() public méthode

If a part dies, rebuild the sphere
public onPartDie ( Part part ) : void
part Part
Résultat void