<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [EntityModelAnimationLoopMode](./server.entitymodelanimationloopmode.md)

## EntityModelAnimationLoopMode enum

The loop mode of an entity model animation.

\*\*Category:\*\* Entities

**Signature:**

```typescript
export declare enum EntityModelAnimationLoopMode 
```

## Enumeration Members

<table><thead><tr><th>

Member


</th><th>

Value


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

LOOP


</td><td>

`1`


</td><td>


</td></tr>
<tr><td>

ONCE


</td><td>

`0`


</td><td>


</td></tr>
<tr><td>

PING\_PONG


</td><td>

`2`


</td><td>


</td></tr>
</tbody></table>
