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