Property defaultArea
defaultArea
Gets or sets the area type assigned to any object that does not have one specified.
Declaration
public int defaultArea { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
To customize the area type of an object add a NavMeshModifier component and set overrideArea to true
. The area type information is used when baking the NavMesh.