.. 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_PhysicsShapeQueryResult: PhysicsShapeQueryResult ======================= **Inherits:** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Result of a shape query in Physics2DServer. Member Functions ---------------- +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_result_count` **(** **)** const | +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Object` | :ref:`get_result_object` **(** :ref:`int` idx **)** const | +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_result_object_id` **(** :ref:`int` idx **)** const | +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_result_object_shape` **(** :ref:`int` idx **)** const | +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`RID` | :ref:`get_result_rid` **(** :ref:`int` idx **)** const | +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+ Member Function Description --------------------------- .. _class_PhysicsShapeQueryResult_get_result_count: - :ref:`int` **get_result_count** **(** **)** const .. _class_PhysicsShapeQueryResult_get_result_object: - :ref:`Object` **get_result_object** **(** :ref:`int` idx **)** const .. _class_PhysicsShapeQueryResult_get_result_object_id: - :ref:`int` **get_result_object_id** **(** :ref:`int` idx **)** const .. _class_PhysicsShapeQueryResult_get_result_object_shape: - :ref:`int` **get_result_object_shape** **(** :ref:`int` idx **)** const .. _class_PhysicsShapeQueryResult_get_result_rid: - :ref:`RID` **get_result_rid** **(** :ref:`int` idx **)** const