Table of Contents

Interface ILightShadow

Namespace
Stride.Rendering.Lights
Assembly
Stride.Rendering.dll

Interface for the shadow of a light.

public interface ILightShadow

Properties

Enabled

Gets or sets a value indicating whether this ILightShadow is enabled.

bool Enabled { get; set; }

Property Value

bool

true if enabled; otherwise, false.