Interface IJobNativeMultiHashMapMergedSharedKeyIndices | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Interface IJobNativeMultiHashMapMergedSharedKeyIndices

    Namespace: Unity.Collections
    Syntax
    public interface IJobNativeMultiHashMapMergedSharedKeyIndices

    Methods

    ExecuteFirst(Int32)

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

    ExecuteNext(Int32, Int32)

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