C# Class DockingCamera.CameraDestroyer

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: DennyTX/DockingCam

Protected Methods

Method Description
Awake ( ) : void

Subscription events

OnDestroy ( ) : void

Private Methods

Method Description
PartCameraDeactivate ( Part part ) : void

Destroy camera on the part

RemoveLines ( Vessel data ) : void
VesselDestroy ( Vessel vessel ) : void

Destroys cameras on the ship

Method Details

Awake() protected method

Subscription events
protected Awake ( ) : void
return void

OnDestroy() protected method

protected OnDestroy ( ) : void
return void