Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ForwardLightingRenderFeature.RenderViewLightData Class

    Namespace: Stride.Rendering.Lights
    Assembly: Stride.Rendering.dll
    System.Object → ForwardLightingRenderFeature.RenderViewLightData
    Derived from ForwardLightingRenderFeature.RenderViewLightData:

    public class RenderViewLightData
    Name Description
    Constructors
    RenderViewLightData()
    Fields
    ActiveLightGroups

    Gets the lights without shadow per light type.

    RenderLightsWithShadows
    VisibleLights
    VisibleLightsWithShadows
    | Improve this Doc View Source

    Constructors


    RenderViewLightData()

    public RenderViewLightData()
    | Improve this Doc View Source

    Fields


    ActiveLightGroups

    Gets the lights without shadow per light type.

    public readonly Dictionary<Type, RenderLightCollectionGroup> ActiveLightGroups
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<System.Type, RenderLightCollectionGroup>

    The lights.


    RenderLightsWithShadows

    public readonly Dictionary<RenderLight, LightShadowMapTexture> RenderLightsWithShadows
    Field Value
    Type Description
    System.Collections.Generic.Dictionary<RenderLight, LightShadowMapTexture>

    VisibleLights

    public readonly List<RenderLight> VisibleLights
    Field Value
    Type Description
    System.Collections.Generic.List<RenderLight>

    VisibleLightsWithShadows

    public readonly List<RenderLight> VisibleLightsWithShadows
    Field Value
    Type Description
    System.Collections.Generic.List<RenderLight>

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation