You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #65202 from BenniKane/patch-1
This commit is contained in:
@@ -165,7 +165,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 by [method set_velocity].
|
Notifies when the collision avoidance velocity is calculated. Emitted by [method set_velocity]. Only emitted when [member avoidance_enabled] is true.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
</signals>
|
</signals>
|
||||||
|
|||||||
@@ -171,7 +171,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 by [method set_velocity].
|
Notifies when the collision avoidance velocity is calculated. Emitted by [method set_velocity]. Only emitted when [member avoidance_enabled] is true.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
</signals>
|
</signals>
|
||||||
|
|||||||
Reference in New Issue
Block a user