# Sandbox.SceneModel.CurrentSequence

```csharp
AnimationSequence CurrentSequence { get; set; }
```

Allows playback of sequences directly, rather than using an animation graph.
Requires [Sandbox.SceneModel.UseAnimGraph](/api/Sandbox.SceneModel/UseAnimGraph) disabled if the scene model has one.

Declared in [Sandbox.SceneModel](/api/Sandbox.SceneModel).
Assembly: `Sandbox.Engine`.
