mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
67 lines
3.1 KiB
ReStructuredText
67 lines
3.1 KiB
ReStructuredText
:github_url: hide
|
|
|
|
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the Physics2DShapeQueryResult.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_Physics2DShapeQueryResult:
|
|
|
|
Physics2DShapeQueryResult
|
|
=========================
|
|
|
|
**Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Methods
|
|
-------
|
|
|
|
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_result_count<class_Physics2DShapeQueryResult_method_get_result_count>` **(** **)** const |
|
|
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`Object<class_Object>` | :ref:`get_result_object<class_Physics2DShapeQueryResult_method_get_result_object>` **(** :ref:`int<class_int>` idx **)** const |
|
|
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_result_object_id<class_Physics2DShapeQueryResult_method_get_result_object_id>` **(** :ref:`int<class_int>` idx **)** const |
|
|
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`int<class_int>` | :ref:`get_result_object_shape<class_Physics2DShapeQueryResult_method_get_result_object_shape>` **(** :ref:`int<class_int>` idx **)** const |
|
|
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
|
|
| :ref:`RID<class_RID>` | :ref:`get_result_rid<class_Physics2DShapeQueryResult_method_get_result_rid>` **(** :ref:`int<class_int>` idx **)** const |
|
|
+-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
|
Method Descriptions
|
|
-------------------
|
|
|
|
.. _class_Physics2DShapeQueryResult_method_get_result_count:
|
|
|
|
- :ref:`int<class_int>` **get_result_count** **(** **)** const
|
|
|
|
----
|
|
|
|
.. _class_Physics2DShapeQueryResult_method_get_result_object:
|
|
|
|
- :ref:`Object<class_Object>` **get_result_object** **(** :ref:`int<class_int>` idx **)** const
|
|
|
|
----
|
|
|
|
.. _class_Physics2DShapeQueryResult_method_get_result_object_id:
|
|
|
|
- :ref:`int<class_int>` **get_result_object_id** **(** :ref:`int<class_int>` idx **)** const
|
|
|
|
----
|
|
|
|
.. _class_Physics2DShapeQueryResult_method_get_result_object_shape:
|
|
|
|
- :ref:`int<class_int>` **get_result_object_shape** **(** :ref:`int<class_int>` idx **)** const
|
|
|
|
----
|
|
|
|
.. _class_Physics2DShapeQueryResult_method_get_result_rid:
|
|
|
|
- :ref:`RID<class_RID>` **get_result_rid** **(** :ref:`int<class_int>` idx **)** const
|
|
|