Adds a new node to the graph

Namespace:  Hilva.AI.Graphs
Assembly:  Hilva (in Hilva.dll)

Syntax

C#
public int AddNode(
	TNode node
)

Parameters

node
Type: TNode

Return Value

The index to the new node

See Also