UNPKG

hytopia

Version:

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

18 lines (12 loc) 619 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.ENTITY\_CONTACT\_FORCE"](./server.entityeventpayloads._entity.entity_contact_force_.md) ## EntityEventPayloads."ENTITY.ENTITY\_CONTACT\_FORCE" property Emitted when an entity's contact force is applied to another entity. **Signature:** ```typescript [EntityEvent.ENTITY_CONTACT_FORCE]: { entity: Entity; otherEntity: Entity; contactForceData: ContactForceData; }; ```