UNPKG

hytopia

Version:

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

17 lines (11 loc) 622 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.START\_MODEL\_ONESHOT\_ANIMATIONS"](./server.entityeventpayloads._entity.start_model_oneshot_animations_.md) ## EntityEventPayloads."ENTITY.START\_MODEL\_ONESHOT\_ANIMATIONS" property Emitted when the oneshot animations of the entity's model are started. **Signature:** ```typescript [EntityEvent.START_MODEL_ONESHOT_ANIMATIONS]: { entity: Entity; animations: Set<string>; }; ```