UNPKG

hytopia

Version:

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

17 lines (11 loc) 553 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\_EMISSIVE\_COLOR"](./server.entityeventpayloads._entity.set_emissive_color_.md) ## EntityEventPayloads."ENTITY.SET\_EMISSIVE\_COLOR" property Emitted when the emissive color is set. **Signature:** ```typescript [EntityEvent.SET_EMISSIVE_COLOR]: { entity: Entity; emissiveColor: RgbColor | undefined; }; ```