Search Results for

    Show / Hide Table of Contents

    Struct DirectivesGroup

    Defines the effect directive group.

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

    Constructors

    DirectivesGroup(Guid, string, string[])

    Initializes a new instance of the DirectivesGroup struct.

    Declaration
    public DirectivesGroup(Guid id, string groupName, string[] directives)
    Parameters
    Type Name Description
    Guid id

    Group ID.

    string groupName

    Group name.

    string[] directives

    Array of directives.

    DirectivesGroup(string, string[])

    Initializes a new instance of the DirectivesGroup struct.

    Declaration
    public DirectivesGroup(string groupName, string[] directives)
    Parameters
    Type Name Description
    string groupName

    Group name.

    string[] directives

    Directives inside the group.

    Fields

    Directives

    Directives inside the group.

    Declaration
    public string[] Directives
    Field Value
    Type Description
    string[]

    ID

    Group ID.

    Declaration
    public Guid ID
    Field Value
    Type Description
    Guid

    Name

    The name of the group.

    Declaration
    public string Name
    Field Value
    Type Description
    string

    Methods

    Read(BinaryReader)

    Reads a Directives Group from a binary file.

    Declaration
    public static DirectivesGroup Read(BinaryReader reader)
    Parameters
    Type Name Description
    BinaryReader reader

    The binary reader.

    Returns
    Type Description
    DirectivesGroup

    The read Directives Group.

    Write(BinaryWriter)

    Writes a Directives Group into a binary file.

    Declaration
    public void Write(BinaryWriter writer)
    Parameters
    Type Name Description
    BinaryWriter writer

    The binary writer.

    Extension Methods

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