C# Class Landertron.SoftLandingHandler

Inheritance: ModeHandlerBase
Afficher le fichier Open project: Kerbas-ad-astra/XTLandertron Class Usage Examples

Méthodes publiques

Méthode Description
SoftLandingHandler ( Vessel vessel ) : System
calculateDistanceToGround ( Vessel vessel, UnityEngine.Vector3d direction ) : double

Méthodes protégées

Méthode Description
shouldFireArmedLandertrons ( ) : bool
shouldShutdownFiringLandertrons ( ) : bool

Private Methods

Méthode Description
getMinBurnTime ( List armedLandertrons ) : double

Method Details

SoftLandingHandler() public méthode

public SoftLandingHandler ( Vessel vessel ) : System
vessel Vessel
Résultat System

calculateDistanceToGround() public méthode

public calculateDistanceToGround ( Vessel vessel, UnityEngine.Vector3d direction ) : double
vessel Vessel
direction UnityEngine.Vector3d
Résultat double

shouldFireArmedLandertrons() protected méthode

protected shouldFireArmedLandertrons ( ) : bool
Résultat bool

shouldShutdownFiringLandertrons() protected méthode

protected shouldShutdownFiringLandertrons ( ) : bool
Résultat bool