Merge pull request #6565 from piyushmulatkar/patch-1

This commit is contained in:
Max Hilbrunner
2023-05-04 14:03:31 +02:00
committed by GitHub

View File

@@ -515,7 +515,8 @@ very fast to compare, which makes them good candidates for dictionary keys.
:ref:`NodePath <class_NodePath>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
A pre-parsed path to a node or a node property. They are useful to interact with
A pre-parsed path to a node or a node property. It can be
easily assigned to, and from, a String. They are useful to interact with
the tree to get a node, or affecting properties like with :ref:`Tweens <class_Tween>`.
Vector built-in types
@@ -597,12 +598,6 @@ Engine built-in types
Color data type contains ``r``, ``g``, ``b``, and ``a`` fields. It can
also be accessed as ``h``, ``s``, and ``v`` for hue/saturation/value.
:ref:`NodePath <class_NodePath>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compiled path to a node used mainly in the scene system. It can be
easily assigned to, and from, a String.
:ref:`RID <class_RID>`
^^^^^^^^^^^^^^^^^^^^^^