You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Merge pull request #67956 from RedMser/safe-velocity-type
Fix type of `safe_velocity` parameter
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="velocity_computed">
|
||||
<param index="0" name="safe_velocity" type="Vector3" />
|
||||
<param index="0" name="safe_velocity" type="Vector2" />
|
||||
<description>
|
||||
Notifies when the collision avoidance velocity is calculated. Emitted by [method set_velocity]. Only emitted when [member avoidance_enabled] is true.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user