Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AmbientOcclusionRawAOShaderKeys Class

    Namespace: Stride.Rendering.Images
    Assembly: Stride.Rendering.dll
    System.Object → AmbientOcclusionRawAOShaderKeys
    Derived from AmbientOcclusionRawAOShaderKeys:

    public static class AmbientOcclusionRawAOShaderKeys
    Name Description
    Fields
    ParamBias
    ParamIntensity
    ParamProjScale
    ParamRadius
    ParamRadiusSquared
    ProjInfo
    ScreenInfo
    | Improve this Doc View Source

    Fields


    ParamBias

    public static readonly ValueParameterKey<float> ParamBias
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    ParamIntensity

    public static readonly ValueParameterKey<float> ParamIntensity
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    ParamProjScale

    public static readonly ValueParameterKey<float> ParamProjScale
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    ParamRadius

    public static readonly ValueParameterKey<float> ParamRadius
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    ParamRadiusSquared

    public static readonly ValueParameterKey<float> ParamRadiusSquared
    Field Value
    Type Description
    ValueParameterKey<System.Single>

    ProjInfo

    public static readonly ValueParameterKey<Vector4> ProjInfo
    Field Value
    Type Description
    ValueParameterKey<Vector4>

    ScreenInfo

    public static readonly ValueParameterKey<Vector4> ScreenInfo
    Field Value
    Type Description
    ValueParameterKey<Vector4>

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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