Table of Contents

Enum RenderingServer.LightDirectionalSkyMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum RenderingServer.LightDirectionalSkyMode : long

Fields

LightAndSky = 0

Use DirectionalLight3D in both sky rendering and scene lighting.

LightOnly = 1

Only use DirectionalLight3D in scene lighting.

SkyOnly = 2

Only use DirectionalLight3D in sky rendering.