File tree Expand file tree Collapse file tree
modules/mono/glue/GodotSharp/GodotSharp/Core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -514,7 +514,7 @@ public readonly Axis MinAxisIndex()
514514 }
515515
516516 /// <summary>
517- /// Moves this vector toward <paramref name="to"/> by the fixed <paramref name="delta"/> amount.
517+ /// Returns a new vector moved toward <paramref name="to"/> by the fixed <paramref name="delta"/> amount. Will not go past the final value .
518518 /// </summary>
519519 /// <param name="to">The vector to move towards.</param>
520520 /// <param name="delta">The amount to move towards by.</param>
Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ public readonly Axis MinAxisIndex()
525525 }
526526
527527 /// <summary>
528- /// Moves this vector toward <paramref name="to"/> by the fixed <paramref name="delta"/> amount.
528+ /// Returns a new vector moved toward <paramref name="to"/> by the fixed <paramref name="delta"/> amount. Will not go past the final value .
529529 /// </summary>
530530 /// <param name="to">The vector to move towards.</param>
531531 /// <param name="delta">The amount to move towards by.</param>
You can’t perform that action at this time.
0 commit comments