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