Translatron
- public class Translatron
The Translatron module controls the vessel’s throttle/velocity.
- TranslatronMode getMode()
- void setMode(TranslatronMode value)
Current translatron mode.
- Game Scenes:
Flight
- double getTranslationSpeed()
- void setTranslationSpeed(double value)
Speed which trasnlatron will hold
- Game Scenes:
Flight
- boolean getKillHorizontalSpeed()
- void setKillHorizontalSpeed(boolean value)
Kill horizontal speed
- Game Scenes:
Flight
- void panicSwitch()
Abort mission by seperating all but the last stage and activating landing autopilot.
- Game Scenes:
Flight
- public enum TranslatronMode
- public TranslatronMode OFF
Switch off Translatron.
- public TranslatronMode KEEP_ORBITAL
Keep orbital velocity.
- public TranslatronMode KEEP_SURFACE
Keep surface velocity.
- public TranslatronMode KEEP_VERTICAL
Keep vertical velocity (climb/descent speed).
- public TranslatronMode KEEP_RELATIVE
Internal mode, do not set.
- public TranslatronMode DIRECT
Internal mode, do not set.