UNPKG

hytopia

Version:

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

17 lines (11 loc) 514 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\_SKYBOX\_URI"](./server.worldeventpayloads._world.set_skybox_uri_.md) ## WorldEventPayloads."WORLD.SET\_SKYBOX\_URI" property Emitted when the URI of the world's skybox is set. **Signature:** ```typescript [WorldEvent.SET_SKYBOX_URI]: { world: World; uri: string; }; ```