Property minRegionArea
minRegionArea
Gets or sets the minimum acceptable surface area of any continuous portion of the NavMesh.
Declaration
public float minRegionArea { get; set; }
Property Value
Type | Description |
---|---|
float |
Remarks
This parameter is used only at the time when the NavMesh is getting built. It allows you to cull away any isolated NavMesh regions that are smaller than this value and that do not straddle or touch a tile boundary.