diff options
| author | Rémi Verschelde | 2018-05-12 09:38:00 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2018-05-12 09:38:00 +0200 |
| commit | 3d9deda8b367ae9c715bef7e9b1b5917ed81240f (patch) | |
| tree | 5390848dafc7655554ed9af957f5ff2b8f1c437e /doc/classes/Vector2.xml | |
| parent | 224d5371ff65a242f354b0c645176bdeea1cd14c (diff) | |
| download | godot-3d9deda8b367ae9c715bef7e9b1b5917ed81240f.tar.gz godot-3d9deda8b367ae9c715bef7e9b1b5917ed81240f.tar.zst godot-3d9deda8b367ae9c715bef7e9b1b5917ed81240f.zip | |
Sync classref with current source
Diffstat (limited to 'doc/classes/Vector2.xml')
| -rw-r--r-- | doc/classes/Vector2.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 5ffe80760..66563dc5a 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -72,6 +72,12 @@ Bounce returns the vector "bounced off" from the given plane, specified by its normal vector. </description> </method> + <method name="ceil"> + <return type="Vector2"> + </return> + <description> + </description> + </method> <method name="clamped"> <return type="Vector2"> </return> @@ -196,6 +202,12 @@ Rotates the vector by "phi" radians. </description> </method> + <method name="round"> + <return type="Vector2"> + </return> + <description> + </description> + </method> <method name="slide"> <return type="Vector2"> </return> |
