layers
The layers from which this light casts shadows. If nil, uses layers for shadow casting. Only entities whose RenderLayerComponent.layers intersect with these layers will cast shadows in this light’s shadow map. If nil, the light uses its layers for shadow casting. Set to an empty set to disable shadow casting entirely.
Declaration
var layers: RenderLayer.Set? { get set }