hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
17 lines (11 loc) • 606 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\_DIRECTIONAL\_LIGHT\_POSITION"](./server.worldeventpayloads._world.set_directional_light_position_.md)
## WorldEventPayloads."WORLD.SET\_DIRECTIONAL\_LIGHT\_POSITION" property
Emitted when the position of the world's directional light is set.
**Signature:**
```typescript
[WorldEvent.SET_DIRECTIONAL_LIGHT_POSITION]: {
world: World;
position: Vector3Like;
};
```