Version: 5.4
Experimental: this API is experimental and might be changed or removed in the future.

IAnimatorControllerPlayable.IsParameterControlledByCurve

Cambiar al Manual
public bool IsParameterControlledByCurve (string name);
public bool IsParameterControlledByCurve (int id);

Parámetros

name The name of the parameter.
id El id del parámetro. El id es generado utilizando Animator::StringToHash.

Descripción

Retorna true si un parámetro es controlado por una curva adicional de una animación.