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