docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)