Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Camera

Hierarchy

  • Camera

Index

Constructors

constructor

Properties

Readonly active

active: boolean = true

True if the camera is the active camera for the composition at the current time: the Video switch for the camera layer is on, the current time is in the range from the In point of the camera layer to the Out point of the camera layer, and it is the first (topmost) such camera layer listed in the Timeline panel. False otherwise.

Readonly aperture

aperture: Property<number> = ...

The aperture value of a camera, in pixels.

Readonly blurLevel

blurLevel: Property<number> = ...

The blur level value of a camera as a percentage.

Readonly depthOfField

depthOfField: Property<number> = ...

Returns 1 if the Depth Of Field property of a camera is on, or returns 0 if the Depth Of Field property is off.

Readonly focusDistance

focusDistance: Property<number> = ...

The focus distance value of a camera, in pixels.

Readonly pointOfInterest

pointOfInterest: Property<Vector3D> = ...

The point of interest values of a camera in world space.

Readonly zoom

zoom: Property<number> = ...

The zoom values of a camera in pixels

Generated using TypeDoc