C# Class KerbalTerrainSystem.CollisionController

Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: ThomasKerman/Kerbal-Terrain-System

Public Methods

Method Description
Start ( ) : void

Register the Vessel-Handler and stop the GarbageCollection

onPartDie ( Part part ) : void

If a part dies, rebuild the sphere

Private Methods

Method Description
Update ( ) : IEnumerator

Apply the enqueued deformations

Method Details

Start() public method

Register the Vessel-Handler and stop the GarbageCollection
public Start ( ) : void
return void

onPartDie() public method

If a part dies, rebuild the sphere
public onPartDie ( Part part ) : void
part Part
return void