# parameters

> The AnimatorControllerParameter list used by the animator. (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public AnimatorControllerParameter[] parameters { get; }
```

### Remarks

In Play mode, the list comes from the first playable controller. Otherwise, the list comes from the AnimatorController associated with this animator.
