Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    LightSkyboxShaderKeys Class

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

    public static class LightSkyboxShaderKeys
    Name Description
    Fields
    Intensity
    LightDiffuseColor
    LightSpecularColor
    SkyMatrix
    | Improve this Doc View Source

    Fields


    Intensity

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

    LightDiffuseColor

    public static readonly PermutationParameterKey<ShaderSource> LightDiffuseColor
    Field Value
    Type Description
    PermutationParameterKey<ShaderSource>

    LightSpecularColor

    public static readonly PermutationParameterKey<ShaderSource> LightSpecularColor
    Field Value
    Type Description
    PermutationParameterKey<ShaderSource>

    SkyMatrix

    public static readonly ValueParameterKey<Matrix> SkyMatrix
    Field Value
    Type Description
    ValueParameterKey<Matrix>

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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