Skip to main content

AnimatorTransitionInfo.IsUserName(string userName)

Does userName match the name of the active Transition.

Parameters:

NameTypeDescription
userNamestringuserName

Returns:

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

Usage

---@type AnimatorTransitionInfo
local animatortransitioninfo;

---@type string
local userName;


local val0 = animatortransitioninfo.IsUserName(userName)