Function GridGraphRules.AddJobSystemPass
AddJobSystemPass
(GridGraphRule.Pass pass, System.Action<Context> action)
Adds a pass callback that uses the job system.
Public
void AddJobSystemPass (
pass | ||
System.Action<Context> | action |
Adds a pass callback that uses the job system.
This rule should only schedule jobs using the `Context.tracker` dependency tracker. Data is not safe to access directly in the callback
This method should only be called from rules in their Register method.