shape
The shape of the obstacle.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEngine.AI
- Assembly: UnityEngine.AIModule
public NavMeshObstacleShape shape { get; set; }
Remarks
Set or get the shape of the NavMeshObstacle.
A newly created NavMeshObstacle has a shape of the NavMeshObstacleShape.Box shape. The obstacle shapes are listed in NavMeshObstacleShape.
Note: When the shape is changed the _center is set back to zero.