Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CameraDescription

Represents camera information from an imported file.
Read time 1 minuteLast updated 4 days ago

Definition

public class CameraDescription : IDisposable

Constructors

Constructor

Description

CameraDescription()Initializes and returns an instance of CameraDescription.

Methods

Method

Description

DisposeDisposes of the CameraDescription instance. This clears any resources that the instance was using.
GetFloatPropertyNamesRetrieves the property names of type float for this camera.
GetIntPropertyNamesRetrieves the property names of type int for this camera.
GetStringPropertyNamesRetrieves the property names of type string for this camera.
GetVector4PropertyNamesRetrieves the property names of type Vector4 for this camera.
HasAnimationCurveChecks if a camera property is animated in a any AnimationClip.
HasAnimationCurveInClipChecks if a camera property is animated in a specific AnimationClip.
TryGetAnimationCurveRetrieves the AnimationCurve for an animated camera property in a specific AnimationClip.
TryGetPropertyRetrieves the value of a specified camera property.