UNPKG

hytopia

Version:

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

17 lines (11 loc) 591 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.UPDATE\_POSITION"](./server.entityeventpayloads._entity.update_position_.md) ## EntityEventPayloads."ENTITY.UPDATE\_POSITION" property Emitted when the position of the entity is updated at the end of the tick, either directly or by physics. **Signature:** ```typescript [EntityEvent.UPDATE_POSITION]: { entity: Entity; position: Vector3Like; }; ```