AStarCollisionMap.Pathfinding.PathfindingNodeManager.GetNodeCount C# (CSharp) Method

GetNodeCount() public method

Gets the node count.
public GetNodeCount ( ) : int
return int
        public int GetNodeCount()
        {
            return this.nodeList.Count();
        }