Unity Collections Package | Collections | 0.6.0-preview.9
docs.unity3d.com

    Unity Collections Package

    The Collections Package provides additional data structures compatible with the Unity Jobs system.

    The Collections package includes the following data structures:

    • List — NativeList<T>
    • Hash table — NativeHashMap<TKey, TValue>
    • Multi-value-per-key hash table — NativeMultiHashMap<TKey, TValue>
    • Queue — NativeQueue<T>

    The items in this package build upon the NativeArray, NativeSlice, and other members of the Unity.Collections namespace, which Unity includes in the core module.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023