Summary
A job modifier which runs when the simulation is initialized.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Modifiers - Implementing Types
Syntax
public interface JobModifierGroup.IOnInitialize
Methods
Name | Value | Summary |
---|---|---|
OnInitialize |
JobHandle |
A job modifier which runs when the simulation is initialized.
|
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
|