Improve MoveToward doc
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user