Search Results for

    Show / Hide Table of Contents

    Struct DirectivesCombination

    Effect directive combination.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public struct DirectivesCombination

    Constructors

    DirectivesCombination(Directive[])

    Initializes a new instance of the DirectivesCombination struct.

    Declaration
    public DirectivesCombination(Directive[] combination)
    Parameters
    Type Name Description
    Directive[] combination

    Directive combination array.

    Fields

    Combination

    The combination.

    Declaration
    public Directive[] Combination
    Field Value
    Type Description
    Directive[]

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX