Merge pull request #49039 from madmiraal/fix-docs-3407-3.x

[3.x] Clarify documentation of Camera.get_camera_transform()
This commit is contained in:
Max Hilbrunner 2021-09-16 00:22:06 +02:00 committed by GitHub
commit f8e3840913
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@
<method name="get_camera_transform" qualifiers="const">
<return type="Transform" />
<description>
Gets the camera transform. Subclassed cameras such as [InterpolatedCamera] 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 [ClippedCamera], [InterpolatedCamera] and [ARVRCamera].
</description>
</method>
<method name="get_cull_mask_bit" qualifiers="const">