NavigationPathQueryParameters2D
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
BitField<PathMetadataFlags> |
|
|
|
||
|
||
|
||
|
||
|
||
|
||
|
Enumerations
enum PathfindingAlgorithm:
PathfindingAlgorithm PATHFINDING_ALGORITHM_ASTAR = 0
There is currently no description for this enum. Please help us by contributing one!
enum PathPostProcessing:
PathPostProcessing PATH_POSTPROCESSING_CORRIDORFUNNEL = 0
There is currently no description for this enum. Please help us by contributing one!
PathPostProcessing PATH_POSTPROCESSING_EDGECENTERED = 1
There is currently no description for this enum. Please help us by contributing one!
flags PathMetadataFlags:
PathMetadataFlags PATH_METADATA_INCLUDE_NONE = 0
There is currently no description for this enum. Please help us by contributing one!
PathMetadataFlags PATH_METADATA_INCLUDE_TYPES = 1
There is currently no description for this enum. Please help us by contributing one!
PathMetadataFlags PATH_METADATA_INCLUDE_RIDS = 2
There is currently no description for this enum. Please help us by contributing one!
PathMetadataFlags PATH_METADATA_INCLUDE_OWNERS = 4
There is currently no description for this enum. Please help us by contributing one!
PathMetadataFlags PATH_METADATA_INCLUDE_ALL = 7
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
RID map = RID()
There is currently no description for this property. Please help us by contributing one!
BitField<PathMetadataFlags> metadata_flags = 7
void set_metadata_flags ( BitField<PathMetadataFlags> value )
BitField<PathMetadataFlags> get_metadata_flags ( )
There is currently no description for this property. Please help us by contributing one!
int navigation_layers = 1
There is currently no description for this property. Please help us by contributing one!
PathPostProcessing path_postprocessing = 0
void set_path_postprocessing ( PathPostProcessing value )
PathPostProcessing get_path_postprocessing ( )
There is currently no description for this property. Please help us by contributing one!
PathfindingAlgorithm pathfinding_algorithm = 0
void set_pathfinding_algorithm ( PathfindingAlgorithm value )
PathfindingAlgorithm get_pathfinding_algorithm ( )
There is currently no description for this property. Please help us by contributing one!
float simplify_epsilon = 0.0
There is currently no description for this property. Please help us by contributing one!
bool simplify_path = false
There is currently no description for this property. Please help us by contributing one!
Vector2 start_position = Vector2(0, 0)
There is currently no description for this property. Please help us by contributing one!
Vector2 target_position = Vector2(0, 0)
There is currently no description for this property. Please help us by contributing one!