Summary
Schedules this job.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Jobs - Containing Type
- OnIndexRemovedJob
Syntax
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public JobHandle Schedule(JobHandle dependsOn = null, int innerLoopBatchCount = 128)
Attributes
Type | Description |
---|---|
MethodImplAttribute |
Parameters
Name | Type | Description |
---|---|---|
dependsOn | JobHandle | |
innerLoopBatchCount | int |
Return Value
Type | Description |
---|---|
JobHandle |