SetLookAtHeadWeight(float)
Sets the LookAt head weight.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public void SetLookAtHeadWeight(float weight)
Parameters
The LookAt head weight.
Remarks
Determines how much the head is involved in the LookAt. Rotates the head transform so the forward vector points at LookAt position.
Additional Resources: AnimationHumanStream.SolveIK, AnimationHumanStream.SetLookAtPosition.