hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
21 lines (11 loc) • 666 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [Entity](./server.entity.md) > [modelAnimations](./server.entity.modelanimations.md)
## Entity.modelAnimations property
The animations of the entity's model that have been accessed or configured.
**Signature:**
```typescript
get modelAnimations(): Readonly<EntityModelAnimation[]>;
```
## Remarks
Animations are lazily created on first access via `getModelAnimation()`<!-- -->. This array only contains animations that have been explicitly used, not every clip in the model.
\*\*Category:\*\* Entities