Table of Contents

Class RenderLightCollection

Namespace
Stride.Rendering.Lights
Assembly
Stride.Rendering.dll

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 int

The capacity.

Fields

Tags

Tags attached.

public PropertyContainer Tags

Field Value

PropertyContainer

Properties

CullingMask

Gets or sets the culling mask.

public RenderGroupMask CullingMask { get; }

Property Value

RenderGroupMask

The culling mask.