Enum CollectObjects
Sets the method for filtering the objects retrieved when baking the NavMesh.
Namespace: Unity.AI.Navigation
Syntax
public enum CollectObjects : int
Fields
| Name | Description | Value |
|---|---|---|
| All | Use all the active objects. |
|
| Children | Use all the active objects that are children of this GameObject. |
|
| Volume | Use all the active objects that overlap the bounding volume. |