Table of Contents

Enum NavigationMesh.SourceGeometryMode

Namespace
Godot
Assembly
GodotSharp.dll
public enum NavigationMesh.SourceGeometryMode : long

Fields

GroupsExplicit = 2

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

GroupsWithChildren = 1

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

Max = 3

Represents the size of the NavigationMesh.SourceGeometryMode enum.

RootNodeChildren = 0

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