Search Results for

    Show / Hide Table of Contents

    Struct DirectivesCombination

    Combination of effect directives.

    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

    Array of directive combinations.

    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