docs.unity3d.com
    目次を表示する/隠す

    Struct UnsafeParallelHashMapBucketData

    A bucket of key-value pairs. Used as the internal storage for hash maps.

    Namespace: Unity.Collections.LowLevel.Unsafe
    Syntax
    public struct UnsafeParallelHashMapBucketData
    Remarks

    Exposed publicly only for advanced use cases.

    Fields

    bucketCapacityMask

    One less than the bucket capacity.

    Declaration
    public readonly int bucketCapacityMask
    Field Value
    Type Description
    Int32

    One less than the bucket capacity.

    buckets

    The first bucket in the chain.

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

    The first bucket in the chain.

    keys

    The buffer of keys.

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

    The buffer of keys.

    next

    The next bucket in the chain.

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

    The next bucket in the chain.

    values

    The buffer of values.

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

    The buffer of values.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)