Summary
A job modifier which runs after all iterations of an update.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Modifiers - Implementing Types
graph BT
Type["JobModifierGroup.IPostUpdate"]
class Type type-node
Implementing0["SimulationRootModifier"]-.->Type
click Implementing0 "/flexi-motion/api/FlexiMotion.Modifiers/SimulationRootModifier"
Syntax
public interface JobModifierGroup.IPostUpdate
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
).
Methods
Name | Value | Summary |
---|---|---|
PostUpdate |
JobHandle |
A job modifier which runs after all iterations of an update.
|
Extension Methods
Name | Value | Summary |
---|---|---|
LogTemp |
T |
Debug.Log(message, context) with an [System.ObsoleteAttribute ] warning so you remember
to remove any calls.
From FMUtilities
|
SafeGetHashCode |
int |
Uses
System.Collections.Generic.EqualityComparer`1.Default to get a hash code.From FMUtilities
|