Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    LightShadowMapSize Enum

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

    Size hint of a shadow map. See remarks.

    [DataContract("LightShadowMapSize")]
    public enum LightShadowMapSize
    Remarks

    This is a hint to determine the size of a shadow map

    Fields

    Name Description
    Large

    Use a large size.

    Medium

    Use a medium size.

    Small

    Use a small size.

    XLarge

    Use a xtra-large size.

    XSmall

    Use a xtra-small size.

    Extension Methods

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

    Back to top

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