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* |