class_physicsshapequeryparameters.rst 5.1 KB

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