Float3OffsetJob.

Schedule(JobHandle, int) Method

Summary

Schedules this job.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion.Jobs
Containing Type
Float3OffsetJob

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