class_physicsshapequeryparameters.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. Member Functions
  12. ----------------
  13. +-------+-----------------------------------------------------------------------------------------------------------------+
  14. | void | :ref:`set_shape<class_PhysicsShapeQueryParameters_set_shape>` **(** :ref:`Resource<class_resource>` shape **)** |
  15. +-------+-----------------------------------------------------------------------------------------------------------------+
  16. Member Variables
  17. ----------------
  18. .. _class_PhysicsShapeQueryParameters_collision_mask:
  19. - :ref:`int<class_int>` **collision_mask**
  20. .. _class_PhysicsShapeQueryParameters_exclude:
  21. - :ref:`Array<class_array>` **exclude**
  22. .. _class_PhysicsShapeQueryParameters_margin:
  23. - :ref:`float<class_float>` **margin**
  24. .. _class_PhysicsShapeQueryParameters_shape_rid:
  25. - :ref:`RID<class_rid>` **shape_rid**
  26. .. _class_PhysicsShapeQueryParameters_transform:
  27. - :ref:`Transform<class_transform>` **transform**
  28. Member Function Description
  29. ---------------------------
  30. .. _class_PhysicsShapeQueryParameters_set_shape:
  31. - void **set_shape** **(** :ref:`Resource<class_resource>` shape **)**