class_physicsshapequeryresult.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 PhysicsShapeQueryResult.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_PhysicsShapeQueryResult:
  5. PhysicsShapeQueryResult
  6. =======================
  7. **Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Result of a shape query in Physics2DServer.
  12. Member Functions
  13. ----------------
  14. +------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`int<class_int>` | :ref:`get_result_count<class_PhysicsShapeQueryResult_get_result_count>` **(** **)** const |
  16. +------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
  17. | :ref:`Object<class_object>` | :ref:`get_result_object<class_PhysicsShapeQueryResult_get_result_object>` **(** :ref:`int<class_int>` idx **)** const |
  18. +------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`int<class_int>` | :ref:`get_result_object_id<class_PhysicsShapeQueryResult_get_result_object_id>` **(** :ref:`int<class_int>` idx **)** const |
  20. +------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`int<class_int>` | :ref:`get_result_object_shape<class_PhysicsShapeQueryResult_get_result_object_shape>` **(** :ref:`int<class_int>` idx **)** const |
  22. +------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`RID<class_rid>` | :ref:`get_result_rid<class_PhysicsShapeQueryResult_get_result_rid>` **(** :ref:`int<class_int>` idx **)** const |
  24. +------------------------------+-----------------------------------------------------------------------------------------------------------------------------------+
  25. Member Function Description
  26. ---------------------------
  27. .. _class_PhysicsShapeQueryResult_get_result_count:
  28. - :ref:`int<class_int>` **get_result_count** **(** **)** const
  29. .. _class_PhysicsShapeQueryResult_get_result_object:
  30. - :ref:`Object<class_object>` **get_result_object** **(** :ref:`int<class_int>` idx **)** const
  31. .. _class_PhysicsShapeQueryResult_get_result_object_id:
  32. - :ref:`int<class_int>` **get_result_object_id** **(** :ref:`int<class_int>` idx **)** const
  33. .. _class_PhysicsShapeQueryResult_get_result_object_shape:
  34. - :ref:`int<class_int>` **get_result_object_shape** **(** :ref:`int<class_int>` idx **)** const
  35. .. _class_PhysicsShapeQueryResult_get_result_rid:
  36. - :ref:`RID<class_rid>` **get_result_rid** **(** :ref:`int<class_int>` idx **)** const