Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    MaterialFrontBackBlendShaderKeys Class

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

    public static class MaterialFrontBackBlendShaderKeys
    Name Description
    Fields
    AlphaBlend
    ColorBack
    ColorBlend
    ColorFront
    UseNormalBackFace
    | Improve this Doc View Source

    Fields


    AlphaBlend

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

    ColorBack

    public static readonly ValueParameterKey<Color3> ColorBack
    Field Value
    Type Description
    ValueParameterKey<Color3>

    ColorBlend

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

    ColorFront

    public static readonly ValueParameterKey<Color3> ColorFront
    Field Value
    Type Description
    ValueParameterKey<Color3>

    UseNormalBackFace

    public static readonly PermutationParameterKey<bool> UseNormalBackFace
    Field Value
    Type Description
    PermutationParameterKey<System.Boolean>

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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