Kerbal Space Program
1.12.4
|
Public Member Functions | |
override void | Dispose () |
override Quaternion | GetRotation () |
Sensitivity settings. More... | |
override Vector3 | GetTranslation () |
Public Member Functions inherited from SpaceNavigator | |
void | ReadSettings () |
Reads the settings. More... | |
void | WriteSettings () |
Writes the settings. More... | |
Properties | |
static SpaceNavigatorNoDevice | SubInstance [get] |
Properties inherited from SpaceNavigator | |
static bool | Available [get] |
static SpaceNavigator | Instance [get, set] |
static bool | LockRotationAll [get, set] |
static bool | LockRotationX [get, set] |
static bool | LockRotationY [get, set] |
static bool | LockRotationZ [get, set] |
static bool | LockTranslationAll [get, set] |
static bool | LockTranslationX [get, set] |
Locking can be disabled by the SpaceNavigatorWindow; More... | |
static bool | LockTranslationY [get, set] |
static bool | LockTranslationZ [get, set] |
static Quaternion | Rotation [get] |
static Vector3 | Translation [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from SpaceNavigator | |
static Quaternion | RotationInLocalCoordSys (Transform coordSys) |
static void | SetRotationSensitivity (float newPlayRotSens) |
static void | SetTranslationSensitivity (float newPlayTransSens) |
Public Attributes inherited from SpaceNavigator | |
int | CurrentGear = 1 |
float | PlayRotSens = RotSensDefault |
float | PlayTransSens = TransSensDefault[1] |
float | RotSens = RotSensDefault |
const float | RotSensDefault = 1 |
float | RotSensMax = RotSensMaxDefault |
Setting storage keys. More... | |
float | RotSensMin = RotSensMinDefault |
List< float > | TransSens = new List<float>(TransSensDefault) |
List< float > | TransSensMax = new List<float>(TransSensMaxDefault) |
List< float > | TransSensMin = new List<float>(TransSensMinDefault) |
Static Public Attributes inherited from SpaceNavigator | |
static List< float > | TransSensDefault = new List<float> { 50, 1, 0.05f } |
static List< float > | TransSensMaxDefault = new List<float>() { 100, 10, 1 } |
static List< float > | TransSensMinDefault = new List<float>() { 1, 0.1f, 0.01f } |
Static Protected Attributes inherited from SpaceNavigator | |
static bool | _deviceAvailable |
|
inlinevirtual |
Implements SpaceNavigator.
|
inlinevirtual |
Sensitivity settings.
Implements SpaceNavigator.
|
inlinevirtual |
Implements SpaceNavigator.
|
staticget |