Interface IJobUnsafeMultiHashMapMergedSharedKeyIndices | Collections | 0.5.2-preview.8
docs.unity.cn
    Show / Hide Table of Contents

    Interface IJobUnsafeMultiHashMapMergedSharedKeyIndices

    Namespace: Unity.Collections
    Syntax
    public interface IJobUnsafeMultiHashMapMergedSharedKeyIndices

    Methods

    ExecuteFirst(Int32)

    Declaration
    void ExecuteFirst(int index)
    Parameters
    Type Name Description
    Int32 index

    ExecuteNext(Int32, Int32)

    Declaration
    void ExecuteNext(int firstIndex, int index)
    Parameters
    Type Name Description
    Int32 firstIndex
    Int32 index
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX