Interface ICameraDriverInternalState
- Namespace
- KSP.ModularCamera.internals
- Assembly
- Assembly-CSharp.dll
public interface ICameraDriverInternalState
- Extension Methods
-
Properties
Transform CameraTransform { get; set; }
Property Value
- Transform
Transform GimbalTransform { get; set; }
Property Value
- Transform
Dictionary<CameraInputBinding, CameraInputInterpreter> InputInterpreters { get; set; }
Property Value
- Dictionary<CameraInputBinding, CameraInputInterpreter>
Dictionary<CameraInputBinding, List<CameraInputModifier>> InputModifiers { get; set; }
Property Value
- Dictionary<CameraInputBinding, List<CameraInputModifier>>
Transform PivotTransform { get; set; }
Property Value
- Transform
Validators
Dictionary<ValidatorType, Validator> Validators { get; set; }
Property Value
- Dictionary<ValidatorType, Validator>