Pathfinding.LevelGridNode.AddConnection C# (CSharp) Method

AddConnection() public method

public AddConnection ( GraphNode node, uint cost ) : void
node GraphNode
cost uint
return void
		public override void AddConnection (GraphNode node, uint cost) {
			throw new System.NotImplementedException("Layered Grid Nodes do not have support for adding manual connections");
		}