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
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [WorldEventPayloads](./server.worldeventpayloads.md) > ["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;
};
```