AStarCollisionMap.Pathfinding.PathfindingNodeManager.GetNodeCount C# (CSharp) Méthode

GetNodeCount() public méthode

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