UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

78 lines (36 loc) 787 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [EntityModelAnimationState](./server.entitymodelanimationstate.md) ## EntityModelAnimationState enum The state of an entity model animation. \*\*Category:\*\* Entities **Signature:** ```typescript export declare enum EntityModelAnimationState ``` ## Enumeration Members <table><thead><tr><th> Member </th><th> Value </th><th> Description </th></tr></thead> <tbody><tr><td> PAUSED </td><td> `1` </td><td> </td></tr> <tr><td> PLAYING </td><td> `0` </td><td> </td></tr> <tr><td> STOPPED </td><td> `2` </td><td> </td></tr> </tbody></table>