# Sandbox.AnimationBuilder.WithDelta

```csharp
AnimationBuilder WithDelta(bool delta = True)
```

Sets whether the animation is applied additively on top of the base pose.

### Parameters

- `delta` (`bool`), default `True`: Whether the animation should be additive.

### Returns

`AnimationBuilder`

Declared in [Sandbox.AnimationBuilder](/api/Sandbox.AnimationBuilder).
Assembly: `Sandbox.Engine`.
