Skybox Class
Namespace: Stride.Rendering.SkyboxesAssembly: 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 |
Constructors
Skybox()
Initializes a new instance of the Skybox class.
public Skybox()
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 |