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 |