Table of Contents

Method Save

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

Save<TNode>(Graph<TNode>)

Save the asset database.

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

Parameters

graph Graph<TNode>

Type Parameters

TNode