Search Results for

    Show / Hide Table of Contents

    Class AtmosphericMaterial

    Inheritance
    object
    BaseMaterialDecorator
    MaterialDecorator
    AtmosphericMaterial
    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("d551eb2b-202d-454d-a059-c3ddce284636")]
    public class AtmosphericMaterial : MaterialDecorator

    Constructors

    AtmosphericMaterial(Effect)

    Declaration
    public AtmosphericMaterial(Effect effect)
    Parameters
    Type Name Description
    Effect effect

    AtmosphericMaterial(Material)

    Declaration
    public AtmosphericMaterial(Material material)
    Parameters
    Type Name Description
    Material material

    Properties

    AtmosphereThickness

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

    GroundColor

    Declaration
    public Vector3 GroundColor { get; set; }
    Property Value
    Type Description
    Vector3

    SkyTint

    Declaration
    public Vector3 SkyTint { get; set; }
    Property Value
    Type Description
    Vector3

    SunSize

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

    SunSizeConvergence

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

    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