place_navmesh_bounds_volume
Define AI navigation area by placing a NavMesh Bounds Volume at a specified location and scale. The volume marks walkable surfaces for automatic navmesh generation.
Instructions
Place a NavMesh Bounds Volume in the current level.
From Ch. 9: The NavMesh Bounds Volume defines the navigable area for AI. The editor automatically generates the navigation mesh within this volume. Press P in the viewport to toggle NavMesh visibility (green overlay).
Scale the volume to cover all walkable surfaces. AI agents can only navigate within the bounds of this volume.
Args: location: [X, Y, Z] world location for the volume center scale: [X, Y, Z] scale to cover the navigable area
KB: see knowledge_base/10_WORLD_BUILDING.md#overview Example: place_navmesh_bounds_volume()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| location | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |