Skip to main content

Animator.IsParameterControlledByCurve(string name)

Returns true if the parameter is controlled by a curve, false otherwise.

Parameters:

NameTypeDescription
namestringThe parameter name.

Returns:

typeDescription
booleanTrue if the parameter is controlled by a curve, false otherwise.

Usage

---@type Animator
local animator;

---@type string
local name;


local val0 = animator.IsParameterControlledByCurve(name)