Skip to content

Commit

Permalink
Merge pull request #80254 from marcospb19/edit-description-of-node3d-…
Browse files Browse the repository at this point in the history
…basis

Clarify relationship between `basis` and `transform` properties of `Node3D`
  • Loading branch information
akien-mga committed Aug 7, 2023
2 parents 6a0410b + 9e6da4e commit 5146096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/Node3D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
</methods>
<members>
<member name="basis" type="Basis" setter="set_basis" getter="get_basis">
Direct access to the 3x3 basis of the [Transform3D] property.
Direct access to the 3x3 basis of the [member transform] property.
</member>
<member name="global_position" type="Vector3" setter="set_global_position" getter="get_global_position">
Global position of this node. This is equivalent to [code]global_transform.origin[/code].
Expand Down

0 comments on commit 5146096

Please sign in to comment.