Table of Contents

Method SetAreaLightDirection

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetAreaLightDirection(AreaLightDirection, Vector3, TimeSpan)

Sets the light direction for the specified light type.

public void SetAreaLightDirection(AreaLightDirection lightType, Vector3 direction, TimeSpan fadeTime = default)

Parameters

lightType AreaLightDirection

The type of light to get the direction from.

direction Vector3

The new direction for the light.

fadeTime TimeSpan

The time to fade in the new light direction.