Function GraphUpdateObject.ApplyJob
ApplyJob
(GraphUpdateData data, JobDependencyTracker dependencyTracker)
Update a set of nodes using this GUO's settings.
Public
void ApplyJob (
data | ||
dependencyTracker |
Update a set of nodes using this GUO's settings.
This is far more efficient since it can utilize the Burst compiler.
This method may be called by graph generators instead of the Apply method to update the graph more efficiently.