Function GraphGizmoHelper.InSearchTree
        
                InSearchTree
        
                (GraphNode node, UnsafeSpan<GlobalNodeStorage.DebugPathNode> debugPathNodes, ushort pathID)
    
            
            Returns if the node is in the search tree of the path.
                Internal
                    Static
            
        bool InSearchTree (
node  |         ||
debugPathNodes  |         ||
ushort  |     pathID  |         
Returns if the node is in the search tree of the path.
Only guaranteed to be correct if path is the latest path calculated. Use for gizmo drawing only.