Version: 2020.1
언어: 한국어

MaterialDescription.HasAnimationCurveInClip

매뉴얼로 전환
public bool HasAnimationCurveInClip (string clipName, string propertyName);

파라미터

propertyName Name of the material's animated property.
clipName The 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.