Class PerformGraph
Namespace: UnityEngine.AssetGraph
Syntax
public class PerformGraph
Constructors
PerformGraph(AssetReferenceStreamManager)
Declaration
public PerformGraph(AssetReferenceStreamManager mgr)
Parameters
| Type | Name | Description |
|---|---|---|
| AssetReferenceStreamManager | mgr |
Methods
BuildGraphFromSaveData(ConfigGraph, BuildTarget, PerformGraph)
Declaration
public void BuildGraphFromSaveData(ConfigGraph graph, BuildTarget target, PerformGraph old)
Parameters
| Type | Name | Description |
|---|---|---|
| ConfigGraph | graph | |
| BuildTarget | target | |
| PerformGraph | old |
VisitAll(PerformGraph.Perform, Boolean)
Declaration
public void VisitAll(PerformGraph.Perform performFunc, bool visitAll = false)
Parameters
| Type | Name | Description |
|---|---|---|
| PerformGraph.Perform | performFunc | |
| Boolean | visitAll |