JobModifierGroup.IPostUpdate.

JobModifierGroup.

PostUpdate(JobHandle) Method

Summary

A job modifier which runs after all iterations of an update.

Syntax

JobHandle PostUpdate(JobHandle dependsOn = null)

Remarks

If multiple updates occur in a row due to the FlexiMotion.FlexiMotionRuntime.UpdatesPerSecond, this modifier will only run once after all iterations (unlike FlexiMotion.Modifiers.JobModifierGroup.IOnUpdate).

Parameters

Name Type Description
dependsOn JobHandle

Return Value

Type Description
JobHandle