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: GLTFast.Addons
Assembly: glTFast.dll
Syntax
public interface IDataCache : IDisposable
Remarks
Implementations typically own native or unmanaged resources (e.g. NativeArray_1) and release them in Dispose().