Table of Contents

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

public float X

Field Value

float

Y

public float Y

Field Value

float

Z

public float Z

Field Value

float

brakes

public bool brakes

Field Value

bool

gearDown

public bool gearDown

Field Value

bool

gearUp

public bool gearUp

Field Value

bool

headlight

public bool headlight

Field Value

bool

inputPitch

public float inputPitch

Field Value

float

inputRoll

public float inputRoll

Field Value

float

inputYaw

public float inputYaw

Field Value

float

killRot

public bool killRot

Field Value

bool

mainThrottle

public float mainThrottle

Field Value

float

pitch

public float pitch

Field Value

float

pitchTrim

public float pitchTrim

Field Value

float

prelaunchInitiated

public bool prelaunchInitiated

Field Value

bool

roll

public float roll

Field Value

float

rollTrim

public float rollTrim

Field Value

float

stage

public bool stage

Field Value

bool

wheelSteer

public float 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

public float yaw

Field Value

float

yawTrim

public 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