Search Results for

    Show / Hide Table of Contents

    Class BackgroundImageEffect

    Inheritance
    object
    BaseMaterialDecorator
    MaterialDecorator
    BackgroundImageEffect
    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("5d9b7441-7fcd-4167-9dd4-05e6dce235e7")]
    public class BackgroundImageEffect : MaterialDecorator

    Constructors

    BackgroundImageEffect(Effect)

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

    BackgroundImageEffect(Material)

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

    Properties

    Properties_SliceIndex

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

    Properties_TexCoordFactor

    Declaration
    public Vector2 Properties_TexCoordFactor { get; set; }
    Property Value
    Type Description
    Vector2

    Sampler

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

    Texture

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

    Texture2Array

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

    Texture3

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

    Extension Methods

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