TestPathFindTo3D
Inherits: QueryTest3D < Node3D
A query test that checks if there is a navigation path from the QueryItem3D to a QueryContext3D.
Properties
|
cost |
|
|
|
|
test_type |
|
|
|
|
Property Descriptions
float found_path_threshold = 1.0 🔗
void set_found_path_threshold(value:
float)floatget_found_path_threshold()
How far from the destination the QueryContext3D or QueryItem3D can be to be considered reached by the pathfinding.
QueryContext3D path_to 🔗
void set_path_to(value: QueryContext3D)
QueryContext3D get_path_to()
The context that will be used to find the path.
bool use_debug = false 🔗
void set_use_debug(value:
bool)boolget_use_debug()
Visualize the paths.