diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2021-09-16 00:21:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-16 00:21:39 +0200 |
commit | 7c689fb3847de7e98553e28526245854ca803ac6 (patch) | |
tree | 00cf285e13d11616ad2688814318df88e0d33cbb | |
parent | e156b0cc193fdcca4ef41a91d9ba03efdc0a4e98 (diff) | |
parent | 963d8dad9755124829276f48c2772494682d62e3 (diff) |
Merge pull request #49038 from madmiraal/fix-docs-3407
Clarify documentation of Camera3D.get_camera_transform()
-rw-r--r-- | doc/classes/Camera3D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Camera3D.xml b/doc/classes/Camera3D.xml index 8a91a91b22..cd17a31e23 100644 --- a/doc/classes/Camera3D.xml +++ b/doc/classes/Camera3D.xml @@ -26,7 +26,7 @@ <method name="get_camera_transform" qualifiers="const"> <return type="Transform3D" /> <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_value" qualifiers="const"> |