This version of Unity is unsupported.

LightDescription.HasAnimationCurveInClip

Declaration

public bool HasAnimationCurveInClip(string clipName, string propertyName);

Parameters

propertyName The name of the light's animated property.
clipName The name of the AnimationClip.

Returns

bool Returns true if the light property is animated. Returns false otherwise.

Description

Checks if a light property is animated in a specific AnimationClip.