IJobSource Interface

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(float, JobHandle) JobHandle

Extension Methods

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