Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TryGetAnimationCurve(string, string, out AnimationCurve)

Retrieves the AnimationCurve for an animated light property in a specific AnimationClip.
Read time 1 minuteLast updated 13 days ago

Definition

TryGetAnimationCurve(string, string, AnimationCurve)

public bool TryGetAnimationCurve(string clipName, string propertyName, out AnimationCurve value)

Parameters

clipName

The name of the AnimationClip.

propertyName

The name of the light property.

The retrieved AnimationCurve, if one exists for the specified light property.

Returns

Type

Description

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