Class ITriggerEventJobExtensions
Inheritance
ITriggerEventJobExtensions
Syntax
public static class ITriggerEventJobExtensions
Methods
Schedule<T>(T, ISimulation, JobHandle)
Declaration
public static JobHandle Schedule<T>(this T jobData, ISimulation simulation, JobHandle inputDeps)
where T : struct, ITriggerEventsJobBase
Parameters
Returns
Type Parameters
Schedule<T>(T, ISimulation, ref PhysicsWorld, JobHandle)
Declaration
[Obsolete("Schedule() has been deprecated. Use the new method that doesn't take PhysicsWorld. (RemovedAfter 2021-05-01)", true)]
public static JobHandle Schedule<T>(this T jobData, ISimulation simulation, ref PhysicsWorld world, JobHandle inputDeps)
where T : struct, ITriggerEventsJobBase
Parameters
Returns
Type Parameters