Enum NavigationPathQueryParameters3D.PathMetadataFlags
- Namespace
- Godot
- Assembly
- GodotSharp.dll
[Flags]
public enum NavigationPathQueryParameters3D.PathMetadataFlags : long
Fields
Include all available metadata about the returned path.
Don't include any additional metadata about the returned path.
Include the
ObjectID
s of the GodotObjects which manage the regions and links each point of the path goes through.Include the Rids of the regions and links that each point of the path goes through.
Include the type of navigation primitive (region or link) that each point of the path goes through.