PhysicsShapeQueryResult.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="PhysicsShapeQueryResult" inherits="Reference" category="Core" version="3.1.2">
  3. <brief_description>
  4. Result of a shape query in Physics2DServer.
  5. </brief_description>
  6. <description>
  7. </description>
  8. <tutorials>
  9. </tutorials>
  10. <methods>
  11. <method name="get_result_count" qualifiers="const">
  12. <return type="int">
  13. </return>
  14. <description>
  15. </description>
  16. </method>
  17. <method name="get_result_object" qualifiers="const">
  18. <return type="Object">
  19. </return>
  20. <argument index="0" name="idx" type="int">
  21. </argument>
  22. <description>
  23. </description>
  24. </method>
  25. <method name="get_result_object_id" qualifiers="const">
  26. <return type="int">
  27. </return>
  28. <argument index="0" name="idx" type="int">
  29. </argument>
  30. <description>
  31. </description>
  32. </method>
  33. <method name="get_result_object_shape" qualifiers="const">
  34. <return type="int">
  35. </return>
  36. <argument index="0" name="idx" type="int">
  37. </argument>
  38. <description>
  39. </description>
  40. </method>
  41. <method name="get_result_rid" qualifiers="const">
  42. <return type="RID">
  43. </return>
  44. <argument index="0" name="idx" type="int">
  45. </argument>
  46. <description>
  47. </description>
  48. </method>
  49. </methods>
  50. <constants>
  51. </constants>
  52. </class>