Method Schedule
Schedule<TJob, TEvent>(TJob, VisualScriptingEventSystem, JobHandle)
Declaration
public static JobHandle Schedule<TJob, TEvent>(this TJob job, VisualScriptingEventSystem eventSystem, JobHandle inputDeps = default) where TJob : struct, IVisualScriptingEventReceiverJob<TEvent> where TEvent : unmanaged, IVisualScriptingEvent
Parameters
Type | Name | Description |
---|---|---|
TJob | job | |
VisualScriptingEventSystem | eventSystem | |
JobHandle | inputDeps |
Returns
Type | Description |
---|---|
JobHandle |
Type Parameters
Name | Description |
---|---|
TJob | |
TEvent |