Interface IMtlLibrary
Assembly: cs.temp.dll.dll
public interface IMtlLibrary
Properties
ContentLoader
Declaration
IContentLoader<string> ContentLoader { get; set; }
Property Value
Type |
Description |
IContentLoader<String> |
|
Declaration
bool ExtendedLogging { get; set; }
Property Value
Methods
Declaration
MaterialConstructor GetMaterialConstructor(string materialLibrary, string materialName)
Parameters
Type |
Name |
Description |
String |
materialLibrary |
|
String |
materialName |
|
Returns
Type |
Description |
MaterialConstructor |
|
Declaration
bool LibraryLoaded(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
Declaration
Task<bool> LoadLibraryAsyc(string absolutePath, string libraryName)
Parameters
Type |
Name |
Description |
String |
absolutePath |
|
String |
libraryName |
|
Returns