Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    SkyboxShaderBaseKeys Class

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

    public static class SkyboxShaderBaseKeys
    Name Description
    Fields
    Intensity
    ProjectionInverse
    SkyMatrix
    ViewInverse
    | Improve this Doc View Source

    Fields


    Intensity

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

    ProjectionInverse

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

    SkyMatrix

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

    ViewInverse

    public static readonly ValueParameterKey<Matrix> ViewInverse
    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