Skip to main content

Animator.GetIKHintPositionWeight(AvatarIKHint hint)

Gets the translative weight of an IK Hint (0 = at the original animation before IK, 1 = at the hint).

Parameters:

NameTypeDescription
hintAvatarIKHintThe AvatarIKHint that is queried.

Returns:

typeDescription
numberReturn translative weight.

Usage

---@type Animator
local animator;

---@type AvatarIKHint
local hint;


local val0 = animator.GetIKHintPositionWeight(hint)