ILightShadow Interface
Namespace: Stride.Rendering.LightsAssembly: Stride.Rendering.dll
Interface for the shadow of a light.
public interface ILightShadow
| Name | Description | |
|---|---|---|
| Properties | ||
| Enabled | Gets or sets a value indicating whether this ILightShadow is enabled. |
|
Properties
Enabled
Gets or sets a value indicating whether this ILightShadow is enabled.
bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|