Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    LightDynamicEntry Struct

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

    public struct LightDynamicEntry
    Name Description
    Constructors
    LightDynamicEntry(RenderLight, LightShadowMapTexture)
    Fields
    Light
    ShadowMapTexture
    | Improve this Doc View Source

    Constructors


    LightDynamicEntry(RenderLight, LightShadowMapTexture)

    public LightDynamicEntry(RenderLight light, LightShadowMapTexture shadowMapTexture)
    Parameters
    Type Name Description
    RenderLight light
    LightShadowMapTexture shadowMapTexture
    | Improve this Doc View Source

    Fields


    Light

    public readonly RenderLight Light
    Field Value
    Type Description
    RenderLight

    ShadowMapTexture

    public readonly LightShadowMapTexture ShadowMapTexture
    Field Value
    Type Description
    LightShadowMapTexture

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    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