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 |