summaryrefslogtreecommitdiff
path: root/doc/base
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-07-10 12:39:50 -0300
committerGitHub <noreply@github.com>2016-07-10 12:39:50 -0300
commitb06eca108af4da333e84f553ac1e8ca25e6c1cdf (patch)
treed49a6b4073c7b3d8268576db1d82cb9da70dac2f /doc/base
parent5bb552273bf1bf2dd1ce4b79678d0cbd1262dd04 (diff)
parent185ba75bfac7fc958bf334ca017579177e094149 (diff)
Merge pull request #5490 from timoschwarzer/master
Add new Camera2D alignment functions
Diffstat (limited to 'doc/base')
-rw-r--r--doc/base/classes.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index e49407d2d6..dd00a0312c 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -6676,6 +6676,17 @@
Force the camera to update scroll immediately.
</description>
</method>
+ <method name="reset_smoothing">
+ <description>
+ Set the camera's position immediately to its current smoothing destination.
+ This has no effect if smoothing is disabled.
+ </description>
+ </method>
+ <method name="align">
+ <description>
+ Align the camera to the tracked node
+ </description>
+ </method>
<method name="get_anchor_mode" qualifiers="const">
<return type="int">
</return>