Version: 1.4
LanguageEnglish
  • C#

NavMeshBuildSourceShape.ModifierBox

Description

Describes a ModifierBox source for use with NavMeshBuildSource.

This shape changes the area type of the walkable surface inside the box. Because this modification happens in a voxel representation of the scene, NavMesh does not follow the outline of the box precisely. If several ModifierBoxes overlap, and have different area types, the area type with the highest index takes precedence. A ModifierBox that you set to Not Walkable takes precedence over any other ModifierBoxes, regardless of their area type. This is useful when you need to block out an area.

See Also: Areas and Costs.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答