mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (19e7490)
This commit is contained in:
@@ -44,7 +44,7 @@ Properties
|
||||
+---------------------------------------+----------------------------------------------------------------------------------------------+-----------------------------------+
|
||||
| :ref:`Resource<class_Resource>` | :ref:`shape<class_PhysicsShapeQueryParameters2D_property_shape>` | |
|
||||
+---------------------------------------+----------------------------------------------------------------------------------------------+-----------------------------------+
|
||||
| :ref:`RID<class_RID>` | :ref:`shape_rid<class_PhysicsShapeQueryParameters2D_property_shape_rid>` | |
|
||||
| :ref:`RID<class_RID>` | :ref:`shape_rid<class_PhysicsShapeQueryParameters2D_property_shape_rid>` | ``RID()`` |
|
||||
+---------------------------------------+----------------------------------------------------------------------------------------------+-----------------------------------+
|
||||
| :ref:`Transform2D<class_Transform2D>` | :ref:`transform<class_PhysicsShapeQueryParameters2D_property_transform>` | ``Transform2D(1, 0, 0, 1, 0, 0)`` |
|
||||
+---------------------------------------+----------------------------------------------------------------------------------------------+-----------------------------------+
|
||||
@@ -181,7 +181,7 @@ The :ref:`Shape2D<class_Shape2D>` that will be used for collision/intersection q
|
||||
|
||||
.. rst-class:: classref-property
|
||||
|
||||
:ref:`RID<class_RID>` **shape_rid**
|
||||
:ref:`RID<class_RID>` **shape_rid** = ``RID()``
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
@@ -246,3 +246,4 @@ The queried shape's transform matrix.
|
||||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
|
||||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
|
||||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
|
||||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
|
||||
|
||||
Reference in New Issue
Block a user