Class Skybox
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
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; }