MaterialDescription.HasAnimationCurveInClip

Switch to Manual
public bool HasAnimationCurveInClip (string clipName, string propertyName);

Parameters

propertyNameName of the material's animated property.
clipNameThe name of the AnimationClip.

Returns

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

Description

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