Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    SkyboxKeys Class

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

    public static class SkyboxKeys
    Name Description
    Fields
    CubeMap
    DiffuseLighting
    Intensity
    Shader
    SkyMatrix
    SpecularLighting
    | Improve this Doc View Source

    Fields


    CubeMap

    public static readonly ObjectParameterKey<Texture> CubeMap
    Field Value
    Type Description
    ObjectParameterKey<Texture>

    DiffuseLighting

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

    Intensity

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

    Shader

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

    SkyMatrix

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

    SpecularLighting

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

    • Improve this Doc
    • View Source
    In This Article

    Back to top

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