Table of Contents

Enum NavigationPolygon.SourceGeometryModeEnum

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

Fields

GroupsExplicit = 2

Uses nodes in a group for geometry. The group is specified by SourceGeometryGroupName.

GroupsWithChildren = 1

Scans nodes in a group and their child nodes recursively for geometry. The group is specified by SourceGeometryGroupName.

Max = 3

Represents the size of the NavigationPolygon.SourceGeometryModeEnum enum.

RootNodeChildren = 0

Scans the child nodes of the root node recursively for geometry.