Animator.SetIKHintPosition(AvatarIKHint hint, Vector3 hintPosition)
Sets the position of an IK hint.
Parameters:
Name | Type | Description |
---|---|---|
hint | AvatarIKHint | The AvatarIKHint that is set. |
hintPosition | Vector3 | The position in world space. |
Usage
---@type Animator
local animator;
---@type AvatarIKHint
local hint;
---@type Vector3
local hintPosition;
animator.SetIKHintPosition(hint, hintPosition)