NavigationLink3D
Inherits: Node3D < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
get_global_end_position ( ) const |
|
get_global_start_position ( ) const |
|
get_navigation_layer_value ( int layer_number ) const |
|
get_rid ( ) const |
|
void |
set_global_end_position ( Vector3 position ) |
void |
set_global_start_position ( Vector3 position ) |
void |
set_navigation_layer_value ( int layer_number, bool value ) |
Property Descriptions
bool bidirectional = true
There is currently no description for this property. Please help us by contributing one!
bool enabled = true
There is currently no description for this property. Please help us by contributing one!
Vector3 end_position = Vector3(0, 0, 0)
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!
Vector3 start_position = Vector3(0, 0, 0)
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!
Method Descriptions
Vector3 get_global_end_position ( ) const
There is currently no description for this method. Please help us by contributing one!
Vector3 get_global_start_position ( ) const
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_rid ( ) const
There is currently no description for this method. Please help us by contributing one!
void set_global_end_position ( Vector3 position )
There is currently no description for this method. Please help us by contributing one!
void set_global_start_position ( Vector3 position )
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!