Table of Contents

Enum NavigationPathQueryParameters2D.PathMetadataFlags

Namespace
Godot
Assembly
GodotSharp.dll
[Flags]
public enum NavigationPathQueryParameters2D.PathMetadataFlags : long

Fields

All = Types | Rids | Owners

Include all available metadata about the returned path.

None = 0

Don't include any additional metadata about the returned path.

Owners = 4

Include the ObjectIDs of the GodotObjects which manage the regions and links each point of the path goes through.

Rids = 2

Include the Rids of the regions and links that each point of the path goes through.

Types = 1

Include the type of navigation primitive (region or link) that each point of the path goes through.