PhysicsShapeQueryResult.xml 1.3 KB

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