Search Results for

    Show / Hide Table of Contents

    Interface IMtlLibrary

    Namespace: i5.Toolkit.Core.ModelImporters
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMtlLibrary

    Properties

    ContentLoader

    Declaration
    IContentLoader<string> ContentLoader { get; set; }
    Property Value
    Type Description
    IContentLoader<String>

    ExtendedLogging

    Declaration
    bool ExtendedLogging { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    GetMaterialConstructor(String, String)

    Declaration
    MaterialConstructor GetMaterialConstructor(string materialLibrary, string materialName)
    Parameters
    Type Name Description
    String materialLibrary
    String materialName
    Returns
    Type Description
    MaterialConstructor

    LibraryLoaded(String)

    Declaration
    bool LibraryLoaded(string name)
    Parameters
    Type Name Description
    String name
    Returns
    Type Description
    Boolean

    LoadLibraryAsyc(String, String)

    Declaration
    Task<bool> LoadLibraryAsyc(string absolutePath, string libraryName)
    Parameters
    Type Name Description
    String absolutePath
    String libraryName
    Returns
    Type Description
    Task<Boolean>
    In This Article
    Back to top i5 Toolkit Documentation