SamplePartitionType

    NavigationMesh.swift:13
    enum SamplePartitionType

    Cases

    • case watershed

      Watershed partitioning. Generally the best choice if you precompute the navigation mesh, use this if you have large open areas.

    • case monotone

      Monotone partitioning. Use this if you want fast navigation mesh generation.

    • case layers

      Layer partitioning. Good choice to use for tiled navigation mesh with medium and small sized tiles.

    • case max

      Represents the size of the SamplePartitionType enum.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (35) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features