Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ShadowMapKeys Class

    Namespace: Stride.Rendering.Shadows
    Assembly: Stride.Rendering.dll

    Keys used for shadow mapping.

    System.Object → ShadowMapKeys
    Derived from ShadowMapKeys:

    public static class ShadowMapKeys
    Name Description
    Fields
    ShadowMapTexture

    Final shadow map texture.

    TextureSize

    Final shadow map texture size

    TextureTexelSize

    Final shadow map texture texel size.

    | Improve this Doc View Source

    Fields


    ShadowMapTexture

    Final shadow map texture.

    public static readonly ObjectParameterKey<Texture> ShadowMapTexture
    Field Value
    Type Description
    ObjectParameterKey<Texture>

    TextureSize

    Final shadow map texture size

    public static readonly ValueParameterKey<Vector2> TextureSize
    Field Value
    Type Description
    ValueParameterKey<Vector2>

    TextureTexelSize

    Final shadow map texture texel size.

    public static readonly ValueParameterKey<Vector2> TextureTexelSize
    Field Value
    Type Description
    ValueParameterKey<Vector2>

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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