mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 07:40:36 +00:00
Update velocity_computed signal description
This commit is contained in:
parent
b947c53ddc
commit
c8cab57079
@ -261,7 +261,7 @@
|
|||||||
<signal name="velocity_computed">
|
<signal name="velocity_computed">
|
||||||
<param index="0" name="safe_velocity" type="Vector2" />
|
<param index="0" name="safe_velocity" type="Vector2" />
|
||||||
<description>
|
<description>
|
||||||
Notifies when the collision avoidance velocity is calculated. Emitted when [member velocity] is set. Only emitted when [member avoidance_enabled] is true.
|
Notifies when the collision avoidance velocity is calculated. Emitted every update as long as [member avoidance_enabled] is [code]true[/code] and the agent has a navigation map.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="waypoint_reached">
|
<signal name="waypoint_reached">
|
||||||
|
@ -271,7 +271,7 @@
|
|||||||
<signal name="velocity_computed">
|
<signal name="velocity_computed">
|
||||||
<param index="0" name="safe_velocity" type="Vector3" />
|
<param index="0" name="safe_velocity" type="Vector3" />
|
||||||
<description>
|
<description>
|
||||||
Notifies when the collision avoidance velocity is calculated. Emitted when [member velocity] is set. Only emitted when [member avoidance_enabled] is true.
|
Notifies when the collision avoidance velocity is calculated. Emitted every update as long as [member avoidance_enabled] is [code]true[/code] and the agent has a navigation map.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="waypoint_reached">
|
<signal name="waypoint_reached">
|
||||||
|
Loading…
Reference in New Issue
Block a user