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
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [EntityEventPayloads](./server.entityeventpayloads.md) > ["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;
};
```