# SetLookAtEyesWeight(float)

> Sets the LookAt eyes weight.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Animations](/engine/6000.6/script-reference/unityengine/animations.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public void SetLookAtEyesWeight(float weight)
```

### Parameters

**** (\[float]\(https\://learn.microsoft.com/dotnet/api/system.single)): The LookAt eyes weight.

### Remarks

Determines how much the eyes are involved in the LookAt. Rotates the eyes transforms so the forward vector points at LookAt position.

Additional Resources: [AnimationHumanStream.SolveIK](/engine/6000.6/script-reference/unityengine/animations/animationhumanstream/solveik.md), [AnimationHumanStream.SetLookAtPosition](/engine/6000.6/script-reference/unityengine/animations/animationhumanstream/setlookatposition.md).
