AStarCollisionMap.Pathfinding.PathfindingNodeProcessor.PathfindingNodeProcessor C# (CSharp) Méthode

PathfindingNodeProcessor() protected méthode

protected PathfindingNodeProcessor ( ) : System
Résultat System
        protected PathfindingNodeProcessor()
        {
            toProcess = new CustomArrayList<PathfindingNode>();
        }