Table of Contents

Method Clear

Namespace
Gamelogic.Grids2.Graph.Editor
Assembly
Gamelogic.Grids2.Editor.dll

Clear<TNode>(Graph<TNode>)

Removes all nodes from this graph.

public static void Clear<TNode>(this Graph<TNode> graph) where TNode : BaseNode

Parameters

graph Graph<TNode>

Type Parameters

TNode