Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetIKHintPositionWeight(AvatarIKHint, float)

Sets the translative weight of an IK hint (0 = at the original animation before IK, 1 = at the hint).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public void SetIKHintPositionWeight(AvatarIKHint hint, float value)

Parameters

The AvatarIKHint that is set.

value

The translative weight.