Kerbal Space Program
1.12.4
|
Classes | |
class | KSPAxisField |
Indicate that the field will be manipulated by an AxisGroup. More... | |
Enumerations | |
enum | KSPAxisGroup : int { KSPAxisGroup.REPLACEWITHDEFAULT = -1, KSPAxisGroup.None = 0, KSPAxisGroup.Pitch = 1, KSPAxisGroup.Yaw = 2, KSPAxisGroup.Roll = 4, KSPAxisGroup.TranslateX = 8, KSPAxisGroup.TranslateY = 16, KSPAxisGroup.TranslateZ = 32, KSPAxisGroup.MainThrottle = 64, KSPAxisGroup.WheelSteer = 128, KSPAxisGroup.WheelThrottle = 256, KSPAxisGroup.Custom01 = 512, KSPAxisGroup.Custom02 = 1024, KSPAxisGroup.Custom03 = 2048, KSPAxisGroup.Custom04 = 4096 } |
enum | KSPAxisMode : int { KSPAxisMode.Absolute, KSPAxisMode.Incremental } |
enum KSPAxisGroup : int |
enum KSPAxisMode : int |