diff --git a/doc/classes/Camera2D.xml b/doc/classes/Camera2D.xml
index 86c89bf4ca6..c95691d07f5 100644
--- a/doc/classes/Camera2D.xml
+++ b/doc/classes/Camera2D.xml
@@ -23,6 +23,7 @@
+ Removes any [code]Camera2D[/code] from the ancestor [Viewport]'s internal currently-assigned camera.
@@ -43,24 +44,28 @@
+ Returns the location of the [code]Camera2D[/code]'s screen-center, relative to the origin.
+ Returns the [Viewport] used by the camera if it is not using the default viewport.
+ Returns the horizontal offset of the camera.
+ Returns the vertical offset of the camera.
@@ -84,6 +89,7 @@
+ Assigns a custom [Viewport] node to the [code]Camera2D[/code]. If [code]viewport[/code] is not a [Viewport], it re-assigns the default viewport instead.
@@ -92,6 +98,7 @@
+ The camera's horizontal offset is set to [code]ofs[/code].
@@ -100,6 +107,7 @@
+ The camera's vertical offset is set to [code]ofs[/code].
@@ -170,8 +178,10 @@
+ The camera's position is fixed so that the top-left corner is always at the origin.
+ The camera's position takes into account vertical/horizontal offsets and the screen size.