hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
52 lines (25 loc) • 819 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [EntityModelAnimation](./server.entitymodelanimation.md) > [(constructor)](./server.entitymodelanimation._constructor_.md)
## EntityModelAnimation.(constructor)
Creates a new EntityModelAnimation instance.
**Signature:**
```typescript
constructor(options: EntityModelAnimationOptions);
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
options
</td><td>
[EntityModelAnimationOptions](./server.entitymodelanimationoptions.md)
</td><td>
The options for the entity model animation.
\*\*Category:\*\* Entities
</td></tr>
</tbody></table>