Skip to main content

Animator.InterruptMatchTarget(boolean completeMatch)

Interrupts the automatic target matching.

Parameters:

NameTypeDescription
completeMatchbooleanCompleteMatch will make the gameobject match the target completely at the next frame.

Usage

---@type Animator
local animator;

---@type boolean
local completeMatch;


animator.InterruptMatchTarget(completeMatch)