Class SkyboxMaterial
Inheritance
SkyboxMaterial
Assembly: Evergine.Framework.dll
Syntax
[MaterialDecorator("dd86a555-371c-4c72-8cf3-c32d5219af74")]
public class SkyboxMaterial : MaterialDecorator
Constructors
SkyboxMaterial(Effect)
Declaration
public SkyboxMaterial(Effect effect)
Parameters
Type |
Name |
Description |
Effect |
effect |
|
SkyboxMaterial(Material)
Declaration
public SkyboxMaterial(Material material)
Parameters
Properties
Parameters_Intensity
Declaration
public float Parameters_Intensity { get; set; }
Property Value
PerCamera_Exposure
Declaration
public float PerCamera_Exposure { get; set; }
Property Value
PerCamera_EyeCount
Declaration
public int PerCamera_EyeCount { get; set; }
Property Value
PerCamera_IblLuminance
Declaration
public float PerCamera_IblLuminance { get; set; }
Property Value
PerCamera_MultiviewViewProj
Declaration
public Matrix4x4 PerCamera_MultiviewViewProj { get; set; }
Property Value
PerObject_World
Declaration
public Matrix4x4 PerObject_World { get; set; }
Property Value
PerObject_WorldViewProj
Declaration
public Matrix4x4 PerObject_WorldViewProj { get; set; }
Property Value
Texture
Declaration
public Texture Texture { get; set; }
Property Value
TextureSampler
Declaration
public SamplerState TextureSampler { get; set; }
Property Value
Extension Methods