NavMesh.SetLayerCost
static function SetLayerCost(layer: int, cost: float): void;
static void SetLayerCost(int layer, float cost);
static def SetLayerCost(layer as int, cost as float) as void
Description

Sets the cost for traversing over geometry of the layer type on all agents.

This will replace any custom layer costs on all agents.