Function TraversalCosts.GetTraversalCostMultiplier
        
                GetTraversalCostMultiplier
        
                (GraphNode node)
    
            
            Multiplier for the cost of traversing some distance across the given node.
                Public
            
        float GetTraversalCostMultiplier (
node  |         
Multiplier for the cost of traversing some distance across the given node.
This will be multiplied by the traversed distance in millimeters (see Int3.Precision) to get the final cost.
If traversalProvider is set, this call will be forwarded to it. Otherwise, the cost will be taken from tagCostMultipliers.