JobModifierGroup.

JobModifierGroup.IPreUpdate Interface

Summary

A job modifier which runs at the start of an update.
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) JobHandle
A job modifier which runs at the start of an update.

Extension Methods

Name Value Summary
LogTemp<JobModifierGroup.IPreUpdate>(Object) T
Debug.Log(message, context) with an [System.ObsoleteAttribute] warning so you remember to remove any calls.
SafeGetHashCode<JobModifierGroup.IPreUpdate>() int
Uses System.Collections.Generic.EqualityComparer`1.Default to get a hash code.