Class RenderLightCollection
A list of RenderLight for a specified RenderGroupMask.
public class RenderLightCollection : List<RenderLight>, IList<RenderLight>, ICollection<RenderLight>, IReadOnlyList<RenderLight>, IReadOnlyCollection<RenderLight>, IEnumerable<RenderLight>, IList, ICollection, IEnumerable
  - Inheritance
 - 
      objectRenderLightCollection
 
- 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
capacityintThe 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.