# SetTrackerRotation(string, Quaternion)

> Sets the tracker rotation for this input. Only works for input typed Custom.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.ClusterInputModule

> **Warning:**
>
> **Deprecated.** This type is deprecated and will be removed in a future release.

```csharp
public static void SetTrackerRotation(string name, Quaternion value)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Name of input to modify.**** (\[Quaternion]\(/engine/6000.0/script-reference/unityengine/quaternion)): Value to set.
