UNPKG

hytopia

Version:

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

17 lines (11 loc) 647 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\_POSITION\_INTERPOLATION\_MS"](./server.entityeventpayloads._entity.set_position_interpolation_ms_.md) ## EntityEventPayloads."ENTITY.SET\_POSITION\_INTERPOLATION\_MS" property Emitted when the interpolation time in milliseconds applied to position changes is set. **Signature:** ```typescript [EntityEvent.SET_POSITION_INTERPOLATION_MS]: { entity: Entity; interpolationMs: number | undefined; }; ```