class_physics2dshapequeryresult.rst 3.0 KB

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