Interface IOrbitControllableInput
- Namespace
- KSP
- Assembly
- Assembly-CSharp.dll
public interface IOrbitControllableInput : IOrbitControlInput, IFlightControlInput, IControlInput, IVehicleControlsReader, IFlightControlReader, IOrbitControlReader
- Inherited Members
- Extension Methods
Methods
AtomicSet(FlightCtrlStateIncremental)
void AtomicSet(FlightCtrlStateIncremental state)
Parameters
AtomicSet(float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, bool?, bool?, bool?, bool?)
void AtomicSet(float? mainThrottle, float? roll, float? yaw, float? pitch, float? rollTrim, float? yawTrim, float? pitchTrim, float? wheelSteer, float? wheelSteerTrim, float? wheelThrottle, float? wheelThrottleTrim, float? X, float? Y, float? Z, bool? killRot, bool? gearUp, bool? gearDown, bool? headlight)