diff options
| author | Rémi Verschelde | 2018-06-15 22:35:43 +0200 |
|---|---|---|
| committer | GitHub | 2018-06-15 22:35:43 +0200 |
| commit | d145ec1c8551b8b3fec92b6154dc20899b33f67b (patch) | |
| tree | 976955ab268922ab7f95a564cd1cfec2c8cb5b24 | |
| parent | 4c41f6c2adb27103873e1ba495bddb8842a54b25 (diff) | |
| parent | d759d25aca6151f574efe15ca09b49c1c01973c3 (diff) | |
| download | godot-d145ec1c8551b8b3fec92b6154dc20899b33f67b.tar.gz godot-d145ec1c8551b8b3fec92b6154dc20899b33f67b.tar.zst godot-d145ec1c8551b8b3fec92b6154dc20899b33f67b.zip | |
| -rw-r--r-- | doc/classes/Vector2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 26e2da09d..ba62a385a 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -76,6 +76,7 @@ <return type="Vector2"> </return> <description> + Returns the vector with all components rounded up. </description> </method> <method name="clamped"> @@ -142,7 +143,7 @@ <return type="Vector2"> </return> <description> - Remove the fractional part of x and y. + Returns the vector with all components rounded down. </description> </method> <method name="is_normalized"> |
