hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
64 lines (30 loc) • 735 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [EntityModelAnimationBlendMode](./server.entitymodelanimationblendmode.md)
## EntityModelAnimationBlendMode enum
The blend mode of an entity model animation.
\*\*Category:\*\* Entities
**Signature:**
```typescript
export declare enum EntityModelAnimationBlendMode
```
## Enumeration Members
<table><thead><tr><th>
Member
</th><th>
Value
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
ADDITIVE
</td><td>
`0`
</td><td>
</td></tr>
<tr><td>
NORMAL
</td><td>
`1`
</td><td>
</td></tr>
</tbody></table>