Class VABFlightCameraShot
- Namespace
- KSP.Sim.impl
- Assembly
- Assembly-CSharp.dll
public class VABFlightCameraShot : ICameraShot
- Inheritance
-
VABFlightCameraShot
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public VABFlightCameraShot(TransformModel parent)
Parameters
parent TransformModel
Properties
CameraForward
public Vector CameraForward { get; }
Property Value
- Vector
CameraPosition
public Position CameraPosition { get; }
Property Value
- Position
CameraRotation
public Rotation CameraRotation { get; }
Property Value
- Rotation
CameraUp
public Vector CameraUp { get; }
Property Value
- Vector
FieldOfView
public double FieldOfView { get; }
Property Value
- double
IsOrthographic
public bool IsOrthographic { get; }
Property Value
- bool
OrthographicSize
public double OrthographicSize { get; }
Property Value
- double