Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.