Search Results for

    Show / Hide Table of Contents

    Struct EffectExporter.EffectInfo

    Effect info stores in cache.

    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    protected struct EffectExporter.EffectInfo

    Fields

    Includes

    Effect include set.

    Declaration
    public HashSet<IncludeLibrary> Includes
    Field Value
    Type Description
    HashSet<IncludeLibrary>

    filePath

    Effect file path.

    Declaration
    public string filePath
    Field Value
    Type Description
    string

    librarySection

    Effect library section.

    Declaration
    public LibrarySection librarySection
    Field Value
    Type Description
    LibrarySection

    Extension Methods

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