diff --git a/doc/classes/Camera.xml b/doc/classes/Camera.xml
index 927b7b31878..a9d45fc888a 100644
--- a/doc/classes/Camera.xml
+++ b/doc/classes/Camera.xml
@@ -100,7 +100,7 @@
- Sets the camera projection to frustum mode (see [constant PROJECTION_FRUSTUM]), by specifying a [code]size[/code], an [code]offset[/code], and the [code]z_near[/code] and [code]z_far[/code] clip planes in world space units.
+ Sets the camera projection to frustum mode (see [constant PROJECTION_FRUSTUM]), by specifying a [code]size[/code], an [code]offset[/code], and the [code]z_near[/code] and [code]z_far[/code] clip planes in world space units. See also [member frustum_offset].
@@ -164,6 +164,7 @@
The camera's frustum offset. This can be changed from the default to create "tilted frustum" effects such as [url=https://zdoom.org/wiki/Y-shearing]Y-shearing[/url].
+ [b]Note:[/b] Only effective if [member projection] is [constant PROJECTION_FRUSTUM].
The horizontal (X) offset of the camera viewport.