Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    RenderLightShaft Struct

    Namespace: Stride.Rendering.Images
    Assembly: Stride.Rendering.dll

    public struct RenderLightShaft
    Name Description
    Fields
    BoundingVolumes
    DensityFactor
    Light
    Light2
    SampleCount
    SeparateBoundingVolumes
    | Improve this Doc View Source

    Fields


    BoundingVolumes

    public IReadOnlyList<RenderLightShaftBoundingVolume> BoundingVolumes
    Field Value
    Type Description
    System.Collections.Generic.IReadOnlyList<RenderLightShaftBoundingVolume>

    DensityFactor

    public float DensityFactor
    Field Value
    Type Description
    System.Single

    Light

    public RenderLight Light
    Field Value
    Type Description
    RenderLight

    Light2

    public IDirectLight Light2
    Field Value
    Type Description
    IDirectLight

    SampleCount

    public int SampleCount
    Field Value
    Type Description
    System.Int32

    SeparateBoundingVolumes

    public bool SeparateBoundingVolumes
    Field Value
    Type Description
    System.Boolean

    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