[client] Add ClearGraphs API
This commit is contained in:
Родитель
542f3507b8
Коммит
3d748f156a
|
@ -39,6 +39,11 @@ public class GraphVisualizerClient
|
|||
}
|
||||
}
|
||||
|
||||
public static void ClearGraphs()
|
||||
{
|
||||
instance.m_Graphs.Clear();
|
||||
}
|
||||
|
||||
public static IEnumerable<PlayableGraph> GetGraphs()
|
||||
{
|
||||
return instance.m_Graphs;
|
||||
|
|
Загрузка…
Ссылка в новой задаче