Class JobUnsafeMultiHashMapUniqueHashExtensions | Collections | 0.6.0-preview.9
docs.unity.cn
    Show / Hide Table of Contents

    Class JobUnsafeMultiHashMapUniqueHashExtensions

    Inheritance
    Object
    JobUnsafeMultiHashMapUniqueHashExtensions
    Namespace: Unity.Collections
    Syntax
    public static class JobUnsafeMultiHashMapUniqueHashExtensions

    Methods

    Schedule<TJob>(TJob, UnsafeMultiHashMap<Int32, Int32>, Int32, JobHandle)

    Declaration
    public static JobHandle Schedule<TJob>(this TJob jobData, UnsafeMultiHashMap<int, int> hashMap, int minIndicesPerJobCount, JobHandle dependsOn = null)
        where TJob : struct, IJobUnsafeMultiHashMapMergedSharedKeyIndices
    Parameters
    Type Name Description
    TJob jobData
    UnsafeMultiHashMap<Int32, Int32> hashMap
    Int32 minIndicesPerJobCount
    JobHandle dependsOn
    Returns
    Type Description
    JobHandle
    Type Parameters
    Name Description
    TJob
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX