Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LightDescription

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

Definition

public class LightDescription : IDisposable

Constructors

Constructor

Description

LightDescription()Initializes and returns an instance of LightDescription.

Methods

Method

Description

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