UNPKG

hytopia

Version:

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

17 lines (11 loc) 638 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.SET\_MODEL\_ANIMATIONS\_PLAYBACK\_RATE"](./server.entityeventpayloads._entity.set_model_animations_playback_rate_.md) ## EntityEventPayloads."ENTITY.SET\_MODEL\_ANIMATIONS\_PLAYBACK\_RATE" property Emitted when the playback rate of the entity's model animations is set. **Signature:** ```typescript [EntityEvent.SET_MODEL_ANIMATIONS_PLAYBACK_RATE]: { entity: Entity; playbackRate: number; }; ```