Summary
A job modifier which runs at the start of an update.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Modifiers - Implementing Types
graph BT
Type["JobModifierGroup.IPreUpdate"]
class Type type-node
Implementing0["ScaleModifier"]-.->Type
click Implementing0 "/flexi-motion/api/FlexiMotion.Modifiers/ScaleModifier"
Implementing1["SphereCollidersModifier"]-.->Type
click Implementing1 "/flexi-motion/api/FlexiMotion.Modifiers/SphereCollidersModifier"
Implementing2["SimulationRootModifier"]-.->Type
click Implementing2 "/flexi-motion/api/FlexiMotion.Modifiers/SimulationRootModifier"
Syntax
public interface JobModifierGroup.IPreUpdate
Methods
Name | Value | Summary |
---|---|---|
PreUpdate |
JobHandle |
A job modifier which runs at the start 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
|