1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
- .. _class_Physics2DShapeQueryResult:
- Physics2DShapeQueryResult
- =========================
- **Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_result_count<class_Physics2DShapeQueryResult_get_result_count>` **(** **)** const |
- +------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Object<class_object>` | :ref:`get_result_object<class_Physics2DShapeQueryResult_get_result_object>` **(** :ref:`int<class_int>` idx **)** const |
- +------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_result_object_id<class_Physics2DShapeQueryResult_get_result_object_id>` **(** :ref:`int<class_int>` idx **)** const |
- +------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_result_object_shape<class_Physics2DShapeQueryResult_get_result_object_shape>` **(** :ref:`int<class_int>` idx **)** const |
- +------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`RID<class_rid>` | :ref:`get_result_rid<class_Physics2DShapeQueryResult_get_result_rid>` **(** :ref:`int<class_int>` idx **)** const |
- +------------------------------+---------------------------------------------------------------------------------------------------------------------------------------+
- Member Function Description
- ---------------------------
- .. _class_Physics2DShapeQueryResult_get_result_count:
- - :ref:`int<class_int>` **get_result_count** **(** **)** const
- .. _class_Physics2DShapeQueryResult_get_result_object:
- - :ref:`Object<class_object>` **get_result_object** **(** :ref:`int<class_int>` idx **)** const
- .. _class_Physics2DShapeQueryResult_get_result_object_id:
- - :ref:`int<class_int>` **get_result_object_id** **(** :ref:`int<class_int>` idx **)** const
- .. _class_Physics2DShapeQueryResult_get_result_object_shape:
- - :ref:`int<class_int>` **get_result_object_shape** **(** :ref:`int<class_int>` idx **)** const
- .. _class_Physics2DShapeQueryResult_get_result_rid:
- - :ref:`RID<class_rid>` **get_result_rid** **(** :ref:`int<class_int>` idx **)** const
|