Search Results for

    Show / Hide Table of Contents

    Struct Directive

    Effect directive.

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

    Constructors

    Directive(Guid, string)

    Initializes a new instance of the Directive struct.

    Declaration
    public Directive(Guid groupID, string directiveName)
    Parameters
    Type Name Description
    Guid groupID

    Group ID.

    string directiveName

    Directive name.

    Fields

    GroupID

    The group identifier.

    Declaration
    public Guid GroupID
    Field Value
    Type Description
    Guid

    Name

    The name of the directive.

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Extension Methods

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