MaterialDescription.HasAnimationCurveInClip

Cambiar al Manual
public bool HasAnimationCurveInClip (string clipName, string propertyName);

Parámetros

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

Valor de retorno

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

Descripción

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