Interface ILightShadow
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
.