Translatron

class Translatron

The Translatron module controls the vessel’s throttle/velocity.

TranslatronMode Mode { get; set; }

Current translatron mode.

Game Scenes:

Flight

Double TranslationSpeed { get; set; }

Speed which trasnlatron will hold

Game Scenes:

Flight

Boolean KillHorizontalSpeed { get; set; }

Kill horizontal speed

Game Scenes:

Flight

void PanicSwitch ()

Abort mission by seperating all but the last stage and activating landing autopilot.

Game Scenes:

Flight

enum TranslatronMode
Off

Switch off Translatron.

KeepOrbital

Keep orbital velocity.

KeepSurface

Keep surface velocity.

KeepVertical

Keep vertical velocity (climb/descent speed).

KeepRelative

Internal mode, do not set.

Direct

Internal mode, do not set.