# Sandbox.SceneModel.Update

```csharp
void Update(float delta)
```

Update this animation. Delta is the time you want to advance, usually RealTime.Delta

### Parameters

- `delta` (`float`)

Declared in [Sandbox.SceneModel](/api/Sandbox.SceneModel).
Assembly: `Sandbox.Engine`.
