<!-- 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\_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;
    };
```
