Animator.GetIKHintPosition(AvatarIKHint hint)
Gets the position of an IK hint.
Parameters:
Name | Type | Description |
---|---|---|
hint | AvatarIKHint | The AvatarIKHint that is queried. |
Returns:
type | Description |
---|---|
Vector3 | Return the current position of this IK hint in world space. |
Usage
---@type Animator
local animator;
---@type AvatarIKHint
local hint;
local val0 = animator.GetIKHintPosition(hint)