Animator.StopPlayback()
Stops the animator playback mode. When playback stops, the avatar resumes getting control from game logic.
Usage
---@type Animator
local animator;
animator.StopPlayback()
Stops the animator playback mode. When playback stops, the avatar resumes getting control from game logic.
---@type Animator
local animator;
animator.StopPlayback()