Class RenderLightCollection
A list of RenderLight for a specified RenderGroupMask.
public class RenderLightCollection : FastList<RenderLight>, IList<RenderLight>, IReadOnlyList<RenderLight>, IReadOnlyCollection<RenderLight>, ICollection<RenderLight>, IEnumerable<RenderLight>, IEnumerable
- Inheritance
-
RenderLightCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
RenderLightCollection()
Initializes a new instance of the RenderLightCollection class.
public RenderLightCollection()
RenderLightCollection(int)
Initializes a new instance of the RenderLightCollection class.
public RenderLightCollection(int capacity)
Parameters
capacity
intThe capacity.
Fields
Tags
Tags attached.
public PropertyContainer Tags
Field Value
Properties
CullingMask
Gets or sets the culling mask.
public RenderGroupMask CullingMask { get; }
Property Value
- RenderGroupMask
The culling mask.