Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    BokehTechnique Enum

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

    Techniques available to perform a DoF effect on a level. The technique directly affects the visual result (bokeh shape) as well as the performance.

    public enum BokehTechnique

    Fields

    Name Description
    CircularGaussian

    Circular blur using a Gaussian.

    HexagonalMcIntosh

    Hexagonal blur using the McIntosh technique.

    HexagonalTripleRhombi

    Hexagonal blur using a combination of 3 rhombi blurs.

    Extension Methods

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

    Back to top

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