Class ModelImporterSettings
Settings for model importers.
public class ModelImporterSettings
- Inheritance
-
ModelImporterSettings
- Inherited Members
Properties
Arguments
Provide command line arguments for those file types that support it.
public string[] Arguments { get; set; }
Property Value
- string[]
Default
public static ModelImporterSettings Default { get; }
Property Value
Methods
FetchLinkedResource(string, string, string)
public Stream? FetchLinkedResource(string importer, string request, string client)
Parameters
Returns
Events
LinkedResourceFetchers
public event LinkedResourceFetcher LinkedResourceFetchers