Search Results for

    Show / Hide Table of Contents

    Struct OverridedRenderLayerProperty

    Overrides the Render layer property.

    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public struct OverridedRenderLayerProperty

    Constructors

    OverridedRenderLayerProperty(string, string)

    Initializes a new instance of the OverridedRenderLayerProperty struct.

    Declaration
    public OverridedRenderLayerProperty(string name, string value = null)
    Parameters
    Type Name Description
    string name

    Property name.

    string value

    Property value.

    Fields

    Name

    Property name.

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Value

    Property value.

    Declaration
    public string Value
    Field Value
    Type Description
    string

    Extension Methods

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