Improve MoveToward doc

This commit is contained in:
Joyless
2026-04-09 01:20:24 +01:00
parent 755fa449c4
commit cf8e2be01c
2 changed files with 2 additions and 2 deletions
@@ -514,7 +514,7 @@ namespace Godot
}
/// <summary>
/// Moves this vector toward <paramref name="to"/> by the fixed <paramref name="delta"/> amount.
/// Returns a new vector moved toward <paramref name="to"/> by the fixed <paramref name="delta"/> amount. Will not go past the final value.
/// </summary>
/// <param name="to">The vector to move towards.</param>
/// <param name="delta">The amount to move towards by.</param>
@@ -525,7 +525,7 @@ namespace Godot
}
/// <summary>
/// Moves this vector toward <paramref name="to"/> by the fixed <paramref name="delta"/> amount.
/// Returns a new vector moved toward <paramref name="to"/> by the fixed <paramref name="delta"/> amount. Will not go past the final value.
/// </summary>
/// <param name="to">The vector to move towards.</param>
/// <param name="delta">The amount to move towards by.</param>