UNPKG

hytopia

Version:

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

17 lines (11 loc) 508 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [WorldEventPayloads](./server.worldeventpayloads.md) &gt; ["WORLD.SET\_FOG\_NEAR"](./server.worldeventpayloads._world.set_fog_near_.md) ## WorldEventPayloads."WORLD.SET\_FOG\_NEAR" property Emitted when the density of the world's fog is set. **Signature:** ```typescript [WorldEvent.SET_FOG_NEAR]: { world: World; near: number; }; ```