Skip to content

Commit

Permalink
Merge pull request godotengine#49039 from madmiraal/fix-docs-3407-3.x
Browse files Browse the repository at this point in the history
[3.x] Clarify documentation of Camera.get_camera_transform()
  • Loading branch information
mhilbrunner authored Sep 15, 2021
2 parents 1d07fec + cfc984a commit f8e3840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Camera.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit f8e3840

Please sign in to comment.