class_physics2dshapequeryresult.rst 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the Physics2DShapeQueryResult.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_Physics2DShapeQueryResult:
  5. Physics2DShapeQueryResult
  6. =========================
  7. **Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Member Functions
  12. ----------------
  13. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  14. | :ref:`int<class_int>` | :ref:`get_result_count<class_Physics2DShapeQueryResult_get_result_count>` **(** **)** const |
  15. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  16. | :ref:`Object<class_object>` | :ref:`get_result_object<class_Physics2DShapeQueryResult_get_result_object>` **(** :ref:`int<class_int>` idx **)** const |
  17. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  18. | :ref:`int<class_int>` | :ref:`get_result_object_id<class_Physics2DShapeQueryResult_get_result_object_id>` **(** :ref:`int<class_int>` idx **)** const |
  19. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  20. | :ref:`int<class_int>` | :ref:`get_result_object_shape<class_Physics2DShapeQueryResult_get_result_object_shape>` **(** :ref:`int<class_int>` idx **)** const |
  21. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  22. | :ref:`RID<class_rid>` | :ref:`get_result_rid<class_Physics2DShapeQueryResult_get_result_rid>` **(** :ref:`int<class_int>` idx **)** const |
  23. +------------------------------+-------------------------------------------------------------------------------------------------------------------------------------+
  24. Member Function Description
  25. ---------------------------
  26. .. _class_Physics2DShapeQueryResult_get_result_count:
  27. - :ref:`int<class_int>` **get_result_count** **(** **)** const
  28. .. _class_Physics2DShapeQueryResult_get_result_object:
  29. - :ref:`Object<class_object>` **get_result_object** **(** :ref:`int<class_int>` idx **)** const
  30. .. _class_Physics2DShapeQueryResult_get_result_object_id:
  31. - :ref:`int<class_int>` **get_result_object_id** **(** :ref:`int<class_int>` idx **)** const
  32. .. _class_Physics2DShapeQueryResult_get_result_object_shape:
  33. - :ref:`int<class_int>` **get_result_object_shape** **(** :ref:`int<class_int>` idx **)** const
  34. .. _class_Physics2DShapeQueryResult_get_result_rid:
  35. - :ref:`RID<class_rid>` **get_result_rid** **(** :ref:`int<class_int>` idx **)** const