C# Class kOS.AddOns.InfernalRobotics.IRHandler

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnDestroy ( ) : void
Start ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
OnVesselChange ( Vessel v ) : void
OnVesselLoaded ( Vessel v ) : void
OnVesselWasModified ( Vessel v ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void