C# Class Landertron.SoftLandingHandler

Inheritance: ModeHandlerBase
Mostra file Open project: Kerbas-ad-astra/XTLandertron Class Usage Examples

Public Methods

Method Description
SoftLandingHandler ( Vessel vessel ) : System
calculateDistanceToGround ( Vessel vessel, UnityEngine.Vector3d direction ) : double

Protected Methods

Method Description
shouldFireArmedLandertrons ( ) : bool
shouldShutdownFiringLandertrons ( ) : bool

Private Methods

Method Description
getMinBurnTime ( List armedLandertrons ) : double

Method Details

SoftLandingHandler() public method

public SoftLandingHandler ( Vessel vessel ) : System
vessel Vessel
return System

calculateDistanceToGround() public method

public calculateDistanceToGround ( Vessel vessel, UnityEngine.Vector3d direction ) : double
vessel Vessel
direction UnityEngine.Vector3d
return double

shouldFireArmedLandertrons() protected method

protected shouldFireArmedLandertrons ( ) : bool
return bool

shouldShutdownFiringLandertrons() protected method

protected shouldShutdownFiringLandertrons ( ) : bool
return bool