You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix documentation for C# Vector2/3i classes.
The / operator was wrongly documented as a multiplication.
This commit is contained in:
@@ -461,7 +461,7 @@ namespace Godot
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Multiplies each component of the <see cref="Vector2i"/>
|
||||
/// Divides each component of the <see cref="Vector2i"/>
|
||||
/// by the given <see langword="int"/>.
|
||||
/// </summary>
|
||||
/// <param name="vec">The dividend vector.</param>
|
||||
|
||||
@@ -449,7 +449,7 @@ namespace Godot
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Multiplies each component of the <see cref="Vector3i"/>
|
||||
/// Divides each component of the <see cref="Vector3i"/>
|
||||
/// by the given <see langword="int"/>.
|
||||
/// </summary>
|
||||
/// <param name="vec">The dividend vector.</param>
|
||||
|
||||
Reference in New Issue
Block a user