Class ImportAddonRegistry
Central point to register glTFast import add-ons. All registered import add-ons will be injected into all GltfImport and their IInstantiator
Inherited Members
Namespace: GLTFast.Addons
Assembly: glTFast.dll
Syntax
public static class ImportAddonRegistry
Methods
RegisterImportAddon(ImportAddon)
Registers an add-on.
Declaration
public static void RegisterImportAddon(ImportAddon addon)
Parameters
Type | Name | Description |
---|---|---|
ImportAddon | addon | Import add-on to register. |