Interface INativeDownload
Provides access to downloaded data without creating an implicit copy in memory.
Namespace: GLTFast.Loading
Assembly: glTFast.dll
Syntax
public interface INativeDownload
Remarks
This interface is temporary and will get merged into IDownload upon the next API breaking major release!
Properties
NativeData
Resulting data as NativeArray (does not allocate memory).
Declaration
NativeArray<byte>.ReadOnly NativeData { get; }
Property Value
Type | Description |
---|---|
NativeArray<byte>.ReadOnly |