Skip to content

Commit

Permalink
Clarify documentation of Camera3D.get_camera_transform()
Browse files Browse the repository at this point in the history
  • Loading branch information
madmiraal committed May 24, 2021
1 parent 855406c commit cfc984a
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 @@ -30,7 +30,7 @@
<return type="Transform">
</return>
<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 cfc984a

Please sign in to comment.