NavMeshCollectGeometry
Used for specifying the type of geometry to collect. Used with CollectSources.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.AI
- Assembly: UnityEngine.AIModule
public enum NavMeshCollectGeometry
Fields
Value | Description |
|---|---|
| PhysicsColliders | Collect geometry from the 3D physics collision representation. |
| RenderMeshes | Collect meshes form the rendered geometry. |