Struct FlightCtrlStateIncremental
  
  
  
    - Namespace
 - KSP.Sim.State
 
  - Assembly
 - Assembly-CSharp.dll
 
   
  
  
  
    public struct FlightCtrlStateIncremental
   
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
  
 
  
    - Extension Methods
 
    - 
  
  
  
  
  
  
 
  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?
 
    
  
  
  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
  
  
  ApplyTo(FlightCtrlState)
  
  
  
  
  
    public FlightCtrlState ApplyTo(FlightCtrlState baseState)
   
  Parameters
  
    baseState FlightCtrlState 
    
  
  Returns
  
    - FlightCtrlState
 
    
  
  
  
  HasValues()
  
  
  
  
  
  Returns
  
    - bool