Animator.IsParameterControlledByCurve
IsParameterControlledByCurve(name: string): bool;
bool IsParameterControlledByCurve(string name);
def IsParameterControlledByCurve(name as string) as bool
Parameters

name The name of the parameter.
Description

Returns true if a parameter is controlled by an additional curve on an animation.

IsParameterControlledByCurve(id: int): bool;
bool IsParameterControlledByCurve(int id);
def IsParameterControlledByCurve(id as int) as bool
Parameters

id The id of the parameter. The id is generated using Animator::StringToHash.
Description

Returns true if a parameter is controlled by an additional curve on an animation.