From 0d1d7191781b1f0e0517ba8eb3b134320de72ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 19 Feb 2021 13:35:31 +0100 Subject: doc: Sync classref with current source And fix various bogus bindings following previous PRs. --- doc/classes/Camera2D.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/classes/Camera2D.xml') diff --git a/doc/classes/Camera2D.xml b/doc/classes/Camera2D.xml index 2a4e726d43..d40567bdcb 100644 --- a/doc/classes/Camera2D.xml +++ b/doc/classes/Camera2D.xml @@ -168,8 +168,8 @@ The camera's offset, useful for looking around or camera shake animations. - - The camera's process callback. See [enum Camera2DProcessMode]. + + The camera's process callback. See [enum Camera2DProcessCallback]. If [code]true[/code], the camera rotates with the target. @@ -191,10 +191,10 @@ The camera's position takes into account vertical/horizontal offsets and the screen size. - + The camera updates with the [code]_physics_process[/code] callback. - + The camera updates with the [code]_process[/code] callback. -- cgit v1.2.3