Table of Contents

Enum NavigationPolygon.SamplePartitionTypeEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum NavigationPolygon.SamplePartitionTypeEnum : long

Fields

ConvexPartition = 0

Convex partitioning that yields navigation mesh with convex polygons.

Max = 2

Represents the size of the NavigationPolygon.SamplePartitionTypeEnum enum.

Triangulate = 1

Triangulation partitioning that yields navigation mesh with triangle polygons.