Represents 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. |