UNPKG

hytopia

Version:

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

17 lines (11 loc) 574 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [EntityEventPayloads](./server.entityeventpayloads.md) &gt; ["ENTITY.STOP\_MODEL\_ANIMATIONS"](./server.entityeventpayloads._entity.stop_model_animations_.md) ## EntityEventPayloads."ENTITY.STOP\_MODEL\_ANIMATIONS" property Emitted when the model animations of the entity are stopped. **Signature:** ```typescript [EntityEvent.STOP_MODEL_ANIMATIONS]: { entity: Entity; animations: Set<string>; }; ```