Struct UnsafeHashMapBucketData | Collections | 0.15.0-preview.21
docs.unity.cn
    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*
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021