1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00

doc: Clarifying NavigationAgent and NavigationAgent2D velocity_computed requires avoidance_enabled to be true to emit

(cherry picked from commit ed5b832a81)
This commit is contained in:
BenniKane
2022-09-01 10:07:00 -05:00
committed by Rémi Verschelde
parent a01ae706ae
commit c030cc1ef6
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,7 @@
<signal name="velocity_computed">
<argument index="0" name="safe_velocity" type="Vector3" />
<description>
Notifies when the collision avoidance velocity is calculated after a call to [method set_velocity].
Notifies when the collision avoidance velocity is calculated after a call to [method set_velocity]. Only emitted when [member avoidance_enabled] is true.
</description>
</signal>
</signals>

View File

@@ -163,7 +163,7 @@
<signal name="velocity_computed">
<argument index="0" name="safe_velocity" type="Vector2" />
<description>
Notifies when the collision avoidance velocity is calculated after a call to [method set_velocity].
Notifies when the collision avoidance velocity is calculated after a call to [method set_velocity]. Only emitted when [member avoidance_enabled] is true.
</description>
</signal>
</signals>