Skip to main content

AnimatorTransitionInfo.IsName(string name)

Does name match the name of the active Transition.

Parameters:

NameTypeDescription
namestringname

Returns:

typeDescription
booleanTrue if name match the name of the active Transition.

Usage

---@type AnimatorTransitionInfo
local animatortransitioninfo;

---@type string
local name;


local val0 = animatortransitioninfo.IsName(name)