#include "navigation_path_query_parameters_2d.h"
void NavigationPathQueryParameters2D::set_pathfinding_algorithm(const NavigationPathQueryParameters2D::PathfindingAlgorithm p_pathfinding_algorithm) { … }
NavigationPathQueryParameters2D::PathfindingAlgorithm NavigationPathQueryParameters2D::get_pathfinding_algorithm() const { … }
void NavigationPathQueryParameters2D::set_path_postprocessing(const NavigationPathQueryParameters2D::PathPostProcessing p_path_postprocessing) { … }
NavigationPathQueryParameters2D::PathPostProcessing NavigationPathQueryParameters2D::get_path_postprocessing() const { … }
void NavigationPathQueryParameters2D::set_map(const RID &p_map) { … }
const RID &NavigationPathQueryParameters2D::get_map() const { … }
void NavigationPathQueryParameters2D::set_start_position(const Vector2 p_start_position) { … }
Vector2 NavigationPathQueryParameters2D::get_start_position() const { … }
void NavigationPathQueryParameters2D::set_target_position(const Vector2 p_target_position) { … }
Vector2 NavigationPathQueryParameters2D::get_target_position() const { … }
void NavigationPathQueryParameters2D::set_navigation_layers(uint32_t p_navigation_layers) { … }
uint32_t NavigationPathQueryParameters2D::get_navigation_layers() const { … }
void NavigationPathQueryParameters2D::set_metadata_flags(BitField<NavigationPathQueryParameters2D::PathMetadataFlags> p_flags) { … }
BitField<NavigationPathQueryParameters2D::PathMetadataFlags> NavigationPathQueryParameters2D::get_metadata_flags() const { … }
void NavigationPathQueryParameters2D::set_simplify_path(bool p_enabled) { … }
bool NavigationPathQueryParameters2D::get_simplify_path() const { … }
void NavigationPathQueryParameters2D::set_simplify_epsilon(real_t p_epsilon) { … }
real_t NavigationPathQueryParameters2D::get_simplify_epsilon() const { … }
void NavigationPathQueryParameters2D::_bind_methods() { … }