Interface IDataCache
Marker interface for objects that hold data produced during the conversion phase of a glTF import and that must be explicitly disposed when no longer needed.
Inherited Members
Namespace: Unity.Cloud.Gltfast.Addons
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Addons", "glTFast", null)]
public interface IDataCache : IDisposable
Remarks
Implementations typically own native or unmanaged resources (e.g. NativeArray_1) and release them in Dispose().