Struct UnsafeHashMapBucketData | Collections | 0.11.0-preview.17
docs.unity3d.com
    Show / Hide Table of Contents

    Struct UnsafeHashMapBucketData

    Namespace: Unity.Collections.LowLevel.Unsafe
    Syntax
    public struct UnsafeHashMapBucketData

    Fields

    bucketCapacityMask

    Declaration
    public readonly int bucketCapacityMask
    Field Value
    Type Description
    Int32

    buckets

    Declaration
    public readonly byte *buckets
    Field Value
    Type Description
    Byte*

    keys

    Declaration
    public readonly byte *keys
    Field Value
    Type Description
    Byte*

    next

    Declaration
    public readonly byte *next
    Field Value
    Type Description
    Byte*

    values

    Declaration
    public readonly byte *values
    Field Value
    Type Description
    Byte*
    In This Article
    • Fields
      • bucketCapacityMask
      • buckets
      • keys
      • next
      • values
    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