public bool HasAnimationCurveInClip (string clipName, string propertyName);

파라미터

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

반환

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

설명

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