Summary
An object which can schedule a job with a given `deltaTime` value.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Jobs - Implementing Types
graph BT
Type["IJobSource"]
class Type type-node
Implementing0["FlexiMotionRuntime"]-.->Type
click Implementing0 "/flexi-motion/api/FlexiMotion/FlexiMotionRuntime"
Syntax
public interface IJobSource
Methods
Name | Value | Summary |
---|---|---|
ScheduleJob |
JobHandle |
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
|