RenderLightCollection Class
Namespace: Stride.Rendering.LightsAssembly: Stride.Rendering.dll
A list of
Derived from RenderLightCollection:
public class RenderLightCollection : FastList<RenderLight>, IList<RenderLight>, IReadOnlyList<RenderLight>, IReadOnlyCollection<RenderLight>, ICollection<RenderLight>, IEnumerable<RenderLight>, IEnumerable
Name | Description | |
---|---|---|
Constructors | ||
RenderLightCollection() | Initializes a new instance of the RenderLightCollection class. |
|
RenderLightCollection(Int32) | Initializes a new instance of the RenderLightCollection class. |
|
Fields | ||
Tags | Tags attached. |
|
Properties | ||
CullingMask | Gets or sets the culling mask. |
Constructors
RenderLightCollection()
Initializes a new instance of the RenderLightCollection class.
public RenderLightCollection()
RenderLightCollection(Int32)
Initializes a new instance of the RenderLightCollection class.
public RenderLightCollection(int capacity)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | capacity | The capacity. |
Fields
Tags
Tags attached.
public PropertyContainer Tags
Field Value
Type | Description |
---|---|
PropertyContainer |
Properties
CullingMask
Gets or sets the culling mask.
public RenderGroupMask CullingMask { get; }
Property Value
Type | Description |
---|---|
RenderGroupMask | The culling mask. |