NavigationRegion2D
Inherits: Node2D < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
Methods
void |
bake_navigation_polygon ( bool on_thread=true ) |
get_navigation_layer_value ( int layer_number ) const |
|
get_navigation_map ( ) const |
|
get_region_rid ( ) const |
|
get_rid ( ) const |
|
is_baking ( ) const |
|
void |
set_navigation_layer_value ( int layer_number, bool value ) |
void |
set_navigation_map ( RID navigation_map ) |
Signals
bake_finished ( )
There is currently no description for this signal. Please help us by contributing one!
navigation_polygon_changed ( )
There is currently no description for this signal. Please help us by contributing one!
Property Descriptions
bool enabled = true
There is currently no description for this property. Please help us by contributing one!
float enter_cost = 0.0
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!
NavigationPolygon navigation_polygon
void set_navigation_polygon ( NavigationPolygon value )
NavigationPolygon get_navigation_polygon ( )
There is currently no description for this property. Please help us by contributing one!
float travel_cost = 1.0
There is currently no description for this property. Please help us by contributing one!
bool use_edge_connections = true
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void bake_navigation_polygon ( bool on_thread=true )
There is currently no description for this method. Please help us by contributing one!
bool get_navigation_layer_value ( int layer_number ) const
There is currently no description for this method. Please help us by contributing one!
RID get_navigation_map ( ) const
There is currently no description for this method. Please help us by contributing one!
RID get_region_rid ( ) const
There is currently no description for this method. Please help us by contributing one!
RID get_rid ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_baking ( ) const
There is currently no description for this method. Please help us by contributing one!
void set_navigation_layer_value ( int layer_number, bool value )
There is currently no description for this method. Please help us by contributing one!
void set_navigation_map ( RID navigation_map )
There is currently no description for this method. Please help us by contributing one!