C# Class kOS.AddOns.InfernalRobotics.IRHandler

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: KSP-KOS/KOS

Public Methods

Method Description
FixedUpdate ( ) : void
OnDestroy ( ) : void
Start ( ) : void

Private Methods

Method Description
Awake ( ) : void
OnVesselChange ( Vessel v ) : void
OnVesselLoaded ( Vessel v ) : void
OnVesselWasModified ( Vessel v ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

Start() public method

public Start ( ) : void
return void