summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Admiraal <madmiraal@users.noreply.github.com>2021-05-24 17:48:39 +0100
committerMarcel Admiraal <madmiraal@users.noreply.github.com>2021-05-24 17:48:39 +0100
commit963d8dad9755124829276f48c2772494682d62e3 (patch)
tree4332b1a82e71429dc9349fcc9c23eb41d00eb27e
parent2687ac2720efd500a6bac88de6f3dcf5dfa4d657 (diff)
Clarify documentation of Camera3D.get_camera_transform()
-rw-r--r--doc/classes/Camera3D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Camera3D.xml b/doc/classes/Camera3D.xml
index 9f1d6d8e31..decda54dc5 100644
--- a/doc/classes/Camera3D.xml
+++ b/doc/classes/Camera3D.xml
@@ -30,7 +30,7 @@
<return type="Transform">
</return>
<description>
- Gets the camera transform. Subclassed cameras such as [ClippedCamera3D] may provide different transforms than the [Node] transform.
+ Returns the transform of the camera plus the vertical ([member v_offset]) and horizontal ([member h_offset]) offsets; and any other adjustments made to the position and orientation of the camera by subclassed cameras such as [ClippedCamera3D] and [XRCamera3D].
</description>
</method>
<method name="get_cull_mask_bit" qualifiers="const">