RuntimeSprings.

ScheduleJob(float, int, JobHandle) Method

Summary

Schedules jobs to update the simulation.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Containing Type
RuntimeSprings

Syntax

public JobHandle ScheduleJob(float deltaTime, int iterations, JobHandle dependsOn = null)

Parameters

Name Type Description
deltaTime float
iterations int
dependsOn JobHandle

Return Value

Type Description
JobHandle