Property ignoreNavMeshObstacle
ignoreNavMeshObstacle
Gets or sets whether the process of building the NavMesh ignores the GameObjects containing a NavMeshObstacle component.
Declaration
public bool ignoreNavMeshObstacle { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
There is generally no need for the NavMesh to take into consideration the objects that can move.