targetIndex | @param targetIndex Часть тела avatar-а, которая запрашивается. |
targetNormalizedTime | The current state Time that is queried. |
Устанавливает AvatarTarget и targetNormalizedTime для текущего состояния.
Note that you need to wait one Update() frame for the Animator to compute the new target. So, for example, you can all SetTarget from within Update, then evaluate the result either in LateUpdate(), or the next Update() call.
После того как кадр вычислен, позиция и вращение могут быть запрошены с использованием targetPosition и targetRotation.