Summary
A job modifier which runs when the simulation is enabled again after having previously been disabled
(i.e. not the first time it's enabled after being created).
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Modifiers - Implementing Types
graph BT
Type["JobModifierGroup.IOnReEnable"]
class Type type-node
Implementing0["SimulationRootModifier"]-.->Type
click Implementing0 "/flexi-motion/api/FlexiMotion.Modifiers/SimulationRootModifier"
Syntax
public interface JobModifierGroup.IOnReEnable
Methods
Name | Value | Summary |
---|---|---|
OnReInitialize |
JobHandle |
A job modifier which runs when the simulation is enabled again after having previously been disabled
(i.e. not the first time it's enabled after being created).
|
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
|