Search Results for

    Show / Hide Table of Contents

    Class SkyboxMaterial

    Inheritance
    object
    BaseMaterialDecorator
    MaterialDecorator
    SkyboxMaterial
    Inherited Members
    MaterialDecorator.Material
    MaterialDecorator.AllowInstancing
    MaterialDecorator.Id
    MaterialDecorator.OrderBias
    MaterialDecorator.LayerDescription
    BaseMaterialDecorator.material
    BaseMaterialDecorator.ActiveDirectivesNames
    BaseMaterialDecorator.Effect
    BaseMaterialDecorator.GetMaterialPassResources(string, bool)
    BaseMaterialDecorator.Prepare(CommandBuffer)
    BaseMaterialDecorator.Dispose()
    Namespace: Evergine.Framework.Graphics.Materials
    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
    Type Name Description
    Material material

    Properties

    Parameters_Intensity

    Declaration
    public float Parameters_Intensity { get; set; }
    Property Value
    Type Description
    float

    PerCamera_Exposure

    Declaration
    public float PerCamera_Exposure { get; set; }
    Property Value
    Type Description
    float

    PerCamera_EyeCount

    Declaration
    public int PerCamera_EyeCount { get; set; }
    Property Value
    Type Description
    int

    PerCamera_IblLuminance

    Declaration
    public float PerCamera_IblLuminance { get; set; }
    Property Value
    Type Description
    float

    PerCamera_MultiviewViewProj

    Declaration
    public Matrix4x4 PerCamera_MultiviewViewProj { get; set; }
    Property Value
    Type Description
    Matrix4x4

    PerObject_World

    Declaration
    public Matrix4x4 PerObject_World { get; set; }
    Property Value
    Type Description
    Matrix4x4

    PerObject_WorldViewProj

    Declaration
    public Matrix4x4 PerObject_WorldViewProj { get; set; }
    Property Value
    Type Description
    Matrix4x4

    Texture

    Declaration
    public Texture Texture { get; set; }
    Property Value
    Type Description
    Texture

    TextureSampler

    Declaration
    public SamplerState TextureSampler { get; set; }
    Property Value
    Type Description
    SamplerState

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX