# AnimatorRecorderMode

> The mode of the Animator's recorder.

## Definition

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

```csharp
public enum AnimatorRecorderMode
```

## Remarks

The recorder can either be Offline, in Playback or in Record.

## Fields

| Value                                                                                    | Description                           |
| ---------------------------------------------------------------------------------------- | ------------------------------------- |
| [Offline](/engine/6000.5/script-reference/unityengine/animatorrecordermode/offline.md)   | The Animator recorder is offline.     |
| [Playback](/engine/6000.5/script-reference/unityengine/animatorrecordermode/playback.md) | The Animator recorder is in Playback. |
| [Record](/engine/6000.5/script-reference/unityengine/animatorrecordermode/record.md)     | The Animator recorder is in Record.   |
