NavigationObstacle2D
Inherits: Node2D < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
get_avoidance_layer_value ( int layer_number ) const |
|
get_navigation_map ( ) const |
|
get_rid ( ) const |
|
void |
set_avoidance_layer_value ( int layer_number, bool value ) |
void |
set_navigation_map ( RID navigation_map ) |
Property Descriptions
bool affect_navigation_mesh = false
There is currently no description for this property. Please help us by contributing one!
bool avoidance_enabled = true
There is currently no description for this property. Please help us by contributing one!
int avoidance_layers = 1
There is currently no description for this property. Please help us by contributing one!
bool carve_navigation_mesh = false
There is currently no description for this property. Please help us by contributing one!
float radius = 0.0
There is currently no description for this property. Please help us by contributing one!
Vector2 velocity = Vector2(0, 0)
There is currently no description for this property. Please help us by contributing one!
PackedVector2Array vertices = PackedVector2Array()
void set_vertices ( PackedVector2Array value )
PackedVector2Array get_vertices ( )
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
bool get_avoidance_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_rid ( ) const
There is currently no description for this method. Please help us by contributing one!
void set_avoidance_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!