# floatParameter

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

## Definition

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

```csharp
public float floatParameter { get; }
```

### Remarks

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