GetIKHintPositionWeight
7/14/25Less than 1 minute
Animator.GetIKHintPositionWeight(AvatarIKHint hint)
Gets the translative weight of an IK Hint (0 = at the original animation before IK, 1 = at the hint).
Parameters:
| Name | Type | Description |
|---|---|---|
| hint | AvatarIKHint | The AvatarIKHint that is queried. |
Returns:
| type | Description |
|---|---|
| number | Return translative weight. |
Usage
---@type Animator
local animator;
---@type AvatarIKHint
local hint;
local val0 = animator.GetIKHintPositionWeight(hint)
