Table of Contents

Class FreeFlightCameraShot

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll
public class FreeFlightCameraShot : ICameraShot
Inheritance
FreeFlightCameraShot
Implements
Inherited Members
Extension Methods

Constructors

FreeFlightCameraShot(TransformModel)

public FreeFlightCameraShot(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