Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    Skybox Class

    Namespace: Stride.Rendering.Skyboxes
    Assembly: Stride.Rendering.dll

    The Skybox at runtime.

    System.Object → Skybox
    Derived from Skybox:

    [DataSerializerGlobal(typeof(ReferenceSerializer<Skybox>), null, DataSerializerGenericMode.None, false, false, Profile = "Content")]
    [ContentSerializer(typeof(DataContentSerializer<Skybox>))]
    [DataContract]
    public class Skybox
    Name Description
    Constructors
    Skybox()

    Initializes a new instance of the Skybox class.

    Properties
    DiffuseLightingParameters
    Parameters

    Gets or sets the parameters compiled for the runtime for the skybox.

    SpecularLightingParameters
    | Improve this Doc View Source

    Constructors


    Skybox()

    Initializes a new instance of the Skybox class.

    public Skybox()
    | Improve this Doc View Source

    Properties


    DiffuseLightingParameters

    public ParameterCollection DiffuseLightingParameters { get; set; }
    Property Value
    Type Description
    ParameterCollection

    Parameters

    Gets or sets the parameters compiled for the runtime for the skybox.

    public ParameterCollection Parameters { get; set; }
    Property Value
    Type Description
    ParameterCollection

    The parameters.


    SpecularLightingParameters

    public ParameterCollection SpecularLightingParameters { get; set; }
    Property Value
    Type Description
    ParameterCollection

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

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