Clarify relationship between basis and transform properties of Node3D

This commit is contained in:
João Marcos 2023-08-04 11:40:49 -03:00 committed by Rémi Verschelde
parent 16a93563bf
commit 9e6da4e00e
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -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].