class_physicsshapequeryparameters.rst 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the PhysicsShapeQueryParameters.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_PhysicsShapeQueryParameters:
  6. PhysicsShapeQueryParameters
  7. ===========================
  8. **Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Properties
  13. ----------
  14. +-----------------------------------+--------------------------------------------------------------------------------------------+
  15. | :ref:`bool<class_bool>` | :ref:`collide_with_areas<class_PhysicsShapeQueryParameters_property_collide_with_areas>` |
  16. +-----------------------------------+--------------------------------------------------------------------------------------------+
  17. | :ref:`bool<class_bool>` | :ref:`collide_with_bodies<class_PhysicsShapeQueryParameters_property_collide_with_bodies>` |
  18. +-----------------------------------+--------------------------------------------------------------------------------------------+
  19. | :ref:`int<class_int>` | :ref:`collision_mask<class_PhysicsShapeQueryParameters_property_collision_mask>` |
  20. +-----------------------------------+--------------------------------------------------------------------------------------------+
  21. | :ref:`Array<class_Array>` | :ref:`exclude<class_PhysicsShapeQueryParameters_property_exclude>` |
  22. +-----------------------------------+--------------------------------------------------------------------------------------------+
  23. | :ref:`float<class_float>` | :ref:`margin<class_PhysicsShapeQueryParameters_property_margin>` |
  24. +-----------------------------------+--------------------------------------------------------------------------------------------+
  25. | :ref:`RID<class_RID>` | :ref:`shape_rid<class_PhysicsShapeQueryParameters_property_shape_rid>` |
  26. +-----------------------------------+--------------------------------------------------------------------------------------------+
  27. | :ref:`Transform<class_Transform>` | :ref:`transform<class_PhysicsShapeQueryParameters_property_transform>` |
  28. +-----------------------------------+--------------------------------------------------------------------------------------------+
  29. Methods
  30. -------
  31. +------+------------------------------------------------------------------------------------------------------------------------+
  32. | void | :ref:`set_shape<class_PhysicsShapeQueryParameters_method_set_shape>` **(** :ref:`Resource<class_Resource>` shape **)** |
  33. +------+------------------------------------------------------------------------------------------------------------------------+
  34. Property Descriptions
  35. ---------------------
  36. .. _class_PhysicsShapeQueryParameters_property_collide_with_areas:
  37. - :ref:`bool<class_bool>` **collide_with_areas**
  38. +----------+---------------------------------+
  39. | *Setter* | set_collide_with_areas(value) |
  40. +----------+---------------------------------+
  41. | *Getter* | is_collide_with_areas_enabled() |
  42. +----------+---------------------------------+
  43. ----
  44. .. _class_PhysicsShapeQueryParameters_property_collide_with_bodies:
  45. - :ref:`bool<class_bool>` **collide_with_bodies**
  46. +----------+----------------------------------+
  47. | *Setter* | set_collide_with_bodies(value) |
  48. +----------+----------------------------------+
  49. | *Getter* | is_collide_with_bodies_enabled() |
  50. +----------+----------------------------------+
  51. ----
  52. .. _class_PhysicsShapeQueryParameters_property_collision_mask:
  53. - :ref:`int<class_int>` **collision_mask**
  54. +----------+---------------------------+
  55. | *Setter* | set_collision_mask(value) |
  56. +----------+---------------------------+
  57. | *Getter* | get_collision_mask() |
  58. +----------+---------------------------+
  59. ----
  60. .. _class_PhysicsShapeQueryParameters_property_exclude:
  61. - :ref:`Array<class_Array>` **exclude**
  62. +----------+--------------------+
  63. | *Setter* | set_exclude(value) |
  64. +----------+--------------------+
  65. | *Getter* | get_exclude() |
  66. +----------+--------------------+
  67. ----
  68. .. _class_PhysicsShapeQueryParameters_property_margin:
  69. - :ref:`float<class_float>` **margin**
  70. +----------+-------------------+
  71. | *Setter* | set_margin(value) |
  72. +----------+-------------------+
  73. | *Getter* | get_margin() |
  74. +----------+-------------------+
  75. ----
  76. .. _class_PhysicsShapeQueryParameters_property_shape_rid:
  77. - :ref:`RID<class_RID>` **shape_rid**
  78. +----------+----------------------+
  79. | *Setter* | set_shape_rid(value) |
  80. +----------+----------------------+
  81. | *Getter* | get_shape_rid() |
  82. +----------+----------------------+
  83. ----
  84. .. _class_PhysicsShapeQueryParameters_property_transform:
  85. - :ref:`Transform<class_Transform>` **transform**
  86. +----------+----------------------+
  87. | *Setter* | set_transform(value) |
  88. +----------+----------------------+
  89. | *Getter* | get_transform() |
  90. +----------+----------------------+
  91. Method Descriptions
  92. -------------------
  93. .. _class_PhysicsShapeQueryParameters_method_set_shape:
  94. - void **set_shape** **(** :ref:`Resource<class_Resource>` shape **)**