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: Unity.Cloud.Gltfast.Addons
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Addons", "glTFast", null)]
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. |