Interface IJobNativeMultiHashMapMergedSharedKeyIndices
Namespace: Unity.Collections
Syntax
public interface IJobNativeMultiHashMapMergedSharedKeyIndices
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 |