class_physics2dshapequeryresult.rst 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the Physics2DShapeQueryResult.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_Physics2DShapeQueryResult:
  6. Physics2DShapeQueryResult
  7. =========================
  8. **Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Methods
  13. -------
  14. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`int<class_int>` | :ref:`get_result_count<class_Physics2DShapeQueryResult_method_get_result_count>` **(** **)** const |
  16. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
  17. | :ref:`Object<class_Object>` | :ref:`get_result_object<class_Physics2DShapeQueryResult_method_get_result_object>` **(** :ref:`int<class_int>` idx **)** const |
  18. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`int<class_int>` | :ref:`get_result_object_id<class_Physics2DShapeQueryResult_method_get_result_object_id>` **(** :ref:`int<class_int>` idx **)** const |
  20. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`int<class_int>` | :ref:`get_result_object_shape<class_Physics2DShapeQueryResult_method_get_result_object_shape>` **(** :ref:`int<class_int>` idx **)** const |
  22. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`RID<class_RID>` | :ref:`get_result_rid<class_Physics2DShapeQueryResult_method_get_result_rid>` **(** :ref:`int<class_int>` idx **)** const |
  24. +-----------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
  25. Method Descriptions
  26. -------------------
  27. .. _class_Physics2DShapeQueryResult_method_get_result_count:
  28. - :ref:`int<class_int>` **get_result_count** **(** **)** const
  29. ----
  30. .. _class_Physics2DShapeQueryResult_method_get_result_object:
  31. - :ref:`Object<class_Object>` **get_result_object** **(** :ref:`int<class_int>` idx **)** const
  32. ----
  33. .. _class_Physics2DShapeQueryResult_method_get_result_object_id:
  34. - :ref:`int<class_int>` **get_result_object_id** **(** :ref:`int<class_int>` idx **)** const
  35. ----
  36. .. _class_Physics2DShapeQueryResult_method_get_result_object_shape:
  37. - :ref:`int<class_int>` **get_result_object_shape** **(** :ref:`int<class_int>` idx **)** const
  38. ----
  39. .. _class_Physics2DShapeQueryResult_method_get_result_rid:
  40. - :ref:`RID<class_RID>` **get_result_rid** **(** :ref:`int<class_int>` idx **)** const