Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetIKHintPosition(AvatarIKHint, Vector3)

Sets the position of an IK hint.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AnimationModule
public void SetIKHintPosition(AvatarIKHint hint, Vector3 hintPosition)

Parameters

The AvatarIKHint that is set.

hintPosition

The position in world space.