class in UnityEditor.AssetImporters
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseRepresents 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. |