Table of Contents

Class Skybox

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

The Skybox at runtime.

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

Constructors

Skybox()

Initializes a new instance of the Skybox class.

public Skybox()

Properties

DiffuseLightingParameters

public ParameterCollection DiffuseLightingParameters { get; set; }

Property Value

ParameterCollection

Parameters

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

public ParameterCollection Parameters { get; set; }

Property Value

ParameterCollection

The parameters.

SpecularLightingParameters

public ParameterCollection SpecularLightingParameters { get; set; }

Property Value

ParameterCollection