Skip to main content

Animator.GetIKHintPosition(AvatarIKHint hint)

Gets the position of an IK hint.

Parameters:

NameTypeDescription
hintAvatarIKHintThe AvatarIKHint that is queried.

Returns:

typeDescription
Vector3Return the current position of this IK hint in world space.

Usage

---@type Animator
local animator;

---@type AvatarIKHint
local hint;


local val0 = animator.GetIKHintPosition(hint)