Represents camera information from an imported file.
CameraDescription | Initializes and returns an instance of CameraDescription. |
Dispose | Disposes of the CameraDescription instance. This clears any resources that the instance was using. |
GetFloatPropertyNames | Retrieves the property names of type float for this camera. |
GetIntPropertyNames | Retrieves the property names of type int for this camera. |
GetStringPropertyNames | Retrieves the property names of type string for this camera. |
GetVector4PropertyNames | Retrieves the property names of type Vector4 for this camera. |
HasAnimationCurve | Checks if a camera property is animated in a any AnimationClip. |
HasAnimationCurveInClip | Checks if a camera property is animated in a specific AnimationClip. |
TryGetAnimationCurve | Retrieves the AnimationCurve for an animated camera property in a specific AnimationClip. |
TryGetProperty | Retrieves the value of a specified camera property. |