Interface IVehicleControlsReader
- Namespace
- KSP.Controllability
- Assembly
- Assembly-CSharp.dll
public interface IVehicleControlsReader
- Extension Methods
Properties
headlight
bool headlight { get; }
Property Value
wheelSteer
float wheelSteer { get; }
Property Value
wheelSteerTrim
float wheelSteerTrim { get; }
Property Value
wheelThrottle
float wheelThrottle { get; }
Property Value
wheelThrottleTrim
float wheelThrottleTrim { get; }