# Sandbox.Sprite.LoopMode

The different loop modes for sprite animation.

- Kind: enum
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`Loop`](/api/Sandbox.Sprite.LoopMode/Loop): The animation will play from start to finish and then loop back to the start.
- [`None`](/api/Sandbox.Sprite.LoopMode/None): The animation will play from start to finish and then stop.
- [`PingPong`](/api/Sandbox.Sprite.LoopMode/PingPong): The animation will play from start to finish and then backwards from finish to start before looping.
