Class ImportAddonInstance
Base class for customizing load- and instantiation behavior. Injects itself into GltfImport and IInstantiator.
Implements
Inherited Members
Namespace: GLTFast.Addons
Assembly: solution.dll
Syntax
public abstract class ImportAddonInstance : IDisposable
Methods
| Name | Description |
|---|---|
| Dispose() | Releases previously allocated resources. |
| Inject(GltfImportBase) | Injects this import instance into a GltfImport |
| Inject(IInstantiator) | Injects this import instance into an instantiator. |
| SupportsGltfExtension(string) | Obtains whether a certain glTF extension is supported by this ImportAddonInstance. |