# intParameter

> Integer parameter that is stored in the event (Read Only).

## Definition

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

```csharp
public int intParameter { get; }
```

### Remarks

Returns the integer parameter value that was configured on the animation event in the Animation window or via script when authoring the animation clip.
