Enum NavigationMesh.SamplePartitionTypeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum NavigationMesh.SamplePartitionTypeEnum : long
Fields
Layer partitioning. Good choice to use for tiled navigation mesh with medium and small sized tiles.
Represents the size of the NavigationMesh.SamplePartitionTypeEnum enum.
Monotone partitioning. Use this if you want fast navigation mesh generation.
Watershed partitioning. Generally the best choice if you precompute the navigation mesh, use this if you have large open areas.