Interface IDataInstanceApplierFactory
Factory that owns conversion-phase data (IDataCache) and produces IInstanceApplier instances which apply that data to instantiated scenes.
Inherited Members
Namespace: Unity.Cloud.Gltfast.Addons
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Addons", "glTFast", null)]
public interface IDataInstanceApplierFactory : IDataCache, IDisposable, IInstanceApplierFactory
Remarks
The factory's lifetime spans the import: it is created at the end of the conversion phase and disposed when the cached data is no longer needed. It may be used to apply the same data to multiple scene instances.