Struct NativeKeyValueArrays<TKey, TValue> | Collections | 0.4.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Struct NativeKeyValueArrays<TKey, TValue>

    Namespace: Unity.Collections
    Syntax
    public struct NativeKeyValueArrays<TKey, TValue> : IDisposable where TKey : struct where TValue : struct
    Type Parameters
    Name Description
    TKey
    TValue

    Constructors

    NativeKeyValueArrays(Int32, Allocator, NativeArrayOptions)

    Declaration
    public NativeKeyValueArrays(int length, Allocator allocator, NativeArrayOptions options)
    Parameters
    Type Name Description
    Int32 length
    Allocator allocator
    NativeArrayOptions options

    Fields

    Keys

    Declaration
    public NativeArray<TKey> Keys
    Field Value
    Type Description
    NativeArray<TKey>

    Values

    Declaration
    public NativeArray<TValue> Values
    Field Value
    Type Description
    NativeArray<TValue>

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Extension Methods

    JobNativeMultiHashMapVisitKeyValue.Schedule<TJob, TKey, TValue>(TJob, NativeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    JobNativeMultiHashMapVisitKeyMutableValue.Schedule<TJob, TKey, TValue>(TJob, NativeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    JobUnsafeMultiHashMapVisitKeyValue.Schedule<TJob, TKey, TValue>(TJob, UnsafeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    JobUnsafeMultiHashMapVisitKeyMutableValue.Schedule<TJob, TKey, TValue>(TJob, UnsafeMultiHashMap<TKey, TValue>, Int32, JobHandle)
    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