Class ImportAddon<TInstance>
Extension base class.
Inherited Members
Namespace: GLTFast.Addons
Assembly: solution.dll
Syntax
public abstract class ImportAddon<TInstance> : ImportAddon where TInstance : ImportAddonInstance, new()
Type Parameters
Name | Description |
---|---|
TInstance | Type of the addon instance, that that is constructed per GltfImport. |
Methods
Name | Description |
---|---|
CreateImportInstance(GltfImportBase) | Creates an import instance that is assigned to a GltfImport |