diff options
author | Timo Schwarzer <me@timoschwarzer.com> | 2016-06-29 18:31:43 +0200 |
---|---|---|
committer | Timo Schwarzer <me@timoschwarzer.com> | 2016-06-29 18:31:43 +0200 |
commit | 681471e3f097238b5dd25496bd04e92d5fe6ccdf (patch) | |
tree | 3d7b6652b05dd76fa29e1e98d4995aa7b5c60da7 /doc | |
parent | ae055ebf82d46fd64d79c01369d60709a2d6c44e (diff) |
Add documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 4b5c424d4b..1880992c37 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -6678,6 +6678,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> |