UNPKG

hytopia

Version:

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

17 lines (11 loc) 543 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\_TINT\_COLOR"](./server.entityeventpayloads._entity.set_tint_color_.md) ## EntityEventPayloads."ENTITY.SET\_TINT\_COLOR" property Emitted when the tint color of the entity is set. **Signature:** ```typescript [EntityEvent.SET_TINT_COLOR]: { entity: Entity; tintColor: RgbColor | undefined; }; ```