Summary
A job modifier which runs after all iterations of an update.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Modifiers - Containing Type
- Simulation
Root Modifier
Syntax
public virtual 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 |