# Sandbox.AnimationBuilder

Builds an animation for a [Sandbox.Model](/api/Sandbox.Model).

- Kind: class
- Namespace: `Sandbox`
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Properties

- [`Delta`](/api/Sandbox.AnimationBuilder/Delta): Whether the animation is applied additively on top of the base pose.
- [`DisableInterpolation`](/api/Sandbox.AnimationBuilder/DisableInterpolation): Whether interpolation between frames is disabled.
- [`FrameCount`](/api/Sandbox.AnimationBuilder/FrameCount): The number of frames in the animation.
- [`FrameRate`](/api/Sandbox.AnimationBuilder/FrameRate): The frames per second of the animation.
- [`Looping`](/api/Sandbox.AnimationBuilder/Looping): Whether the animation loops.
- [`Name`](/api/Sandbox.AnimationBuilder/Name): The name of the animation.

## Methods

- [`AddFrame`](/api/Sandbox.AnimationBuilder/AddFrame)
- [`WithDelta`](/api/Sandbox.AnimationBuilder/WithDelta): Sets whether the animation is applied additively on top of the base pose.
- [`WithFrameRate`](/api/Sandbox.AnimationBuilder/WithFrameRate): Sets the frames per second of the animation.
- [`WithInterpolationDisabled`](/api/Sandbox.AnimationBuilder/WithInterpolationDisabled): Sets whether interpolation between frames is disabled.
- [`WithLooping`](/api/Sandbox.AnimationBuilder/WithLooping): Sets whether the animation loops.
- [`WithName`](/api/Sandbox.AnimationBuilder/WithName): Sets the name of the animation.
