Class GraphManager
Syntax
public sealed class GraphManager
Properties
Instance
Declaration
public static GraphManager Instance { get; }
Property Value
Methods
AddGraph(GraphRegister)
Declaration
public void AddGraph(GraphRegister graph)
Parameters
Clear()
Declaration
GetGraph(GraphID)
Declaration
public BlobAssetReference<Graph> GetGraph(GraphID id)
Parameters
Returns
TryGetGraph(GraphID, out BlobAssetReference<Graph>)
Declaration
public bool TryGetGraph(GraphID id, out BlobAssetReference<Graph> graph)
Parameters
Returns