Class SerializedFlightControlState
- Namespace
- KSP.Sim
- Assembly
- Assembly-CSharp.dll
public class SerializedFlightControlState
- Inheritance
-
SerializedFlightControlState
- Inherited Members
-
- Extension Methods
-
Constructors
SerializedFlightControlState()
public SerializedFlightControlState()
SerializedFlightControlState(SerializedFlightControlState)
public SerializedFlightControlState(SerializedFlightControlState src)
Parameters
src SerializedFlightControlState
SerializedFlightControlState(FlightCtrlState)
public SerializedFlightControlState(FlightCtrlState flightCtrlState)
Parameters
flightCtrlState FlightCtrlState
Fields
X
Field Value
- float
Y
Field Value
- float
Z
Field Value
- float
brakes
Field Value
- bool
gearDown
Field Value
- bool
gearUp
Field Value
- bool
headlight
Field Value
- bool
Field Value
- float
Field Value
- float
Field Value
- float
killRot
Field Value
- bool
mainThrottle
public float mainThrottle
Field Value
- float
pitch
Field Value
- float
pitchTrim
Field Value
- float
prelaunchInitiated
public bool prelaunchInitiated
Field Value
- bool
roll
Field Value
- float
rollTrim
Field Value
- float
stage
Field Value
- bool
wheelSteer
Field Value
- float
wheelSteerTrim
public float wheelSteerTrim
Field Value
- float
wheelThrottle
public float wheelThrottle
Field Value
- float
wheelThrottleTrim
public float wheelThrottleTrim
Field Value
- float
yaw
Field Value
- float
yawTrim
Field Value
- float
Methods
GetDebugString()
public string GetDebugString()
Returns
- string
ResetAllValues()
public void ResetAllValues()
Set(SerializedFlightControlState)
public void Set(SerializedFlightControlState src)
Parameters
src SerializedFlightControlState
Set(FlightCtrlState)
public void Set(FlightCtrlState flightCtrlState)
Parameters
flightCtrlState FlightCtrlState
ToString()
public override string ToString()
Returns
- string