# functionName

> The name of the called function (Read Only).

## Definition

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

```csharp
public string functionName { get; }
```

### Remarks

Returns the name of the callback function invoked by this animation event. This corresponds to the function name that was configured on the [AnimationEvent](/engine/6000.7/script-reference/unityengine/animationevent.md) in the Animation window. Note: Accessing this property allocates memory as the string is retrieved from native code.
