TestPathFindTo3D

Inherits: QueryTest3D < Node3D

A query test that checks if there is a navigation path from the QueryItem3D to a QueryContext3D.

Properties

float

cost

0.98 (overrides QueryTest3D)

float

found_path_threshold

1.0

QueryContext3D

path_to

TestType

test_type

1 (overrides QueryTest3D)

bool

use_debug

false


Property Descriptions

float found_path_threshold = 1.0 🔗

  • void set_found_path_threshold(value: float)

  • float get_found_path_threshold()

How far from the destination the QueryContext3D or QueryItem3D can be to be considered reached by the pathfinding.


QueryContext3D path_to 🔗

The context that will be used to find the path.


bool use_debug = false 🔗

  • void set_use_debug(value: bool)

  • bool get_use_debug()

Visualize the paths.