:github_url: hide .. Generated automatically by doc/tools/makerst.py in Godot's source tree. .. DO NOT EDIT THIS FILE, but the PhysicsShapeQueryParameters.xml source instead. .. The source is found in doc/classes or modules//doc_classes. .. _class_PhysicsShapeQueryParameters: PhysicsShapeQueryParameters =========================== **Inherits:** :ref:`Reference` **<** :ref:`Object` **Category:** Core Brief Description ----------------- Properties ---------- +-----------------------------------+--------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`collide_with_areas` | +-----------------------------------+--------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`collide_with_bodies` | +-----------------------------------+--------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`collision_mask` | +-----------------------------------+--------------------------------------------------------------------------------------------+ | :ref:`Array` | :ref:`exclude` | +-----------------------------------+--------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`margin` | +-----------------------------------+--------------------------------------------------------------------------------------------+ | :ref:`RID` | :ref:`shape_rid` | +-----------------------------------+--------------------------------------------------------------------------------------------+ | :ref:`Transform` | :ref:`transform` | +-----------------------------------+--------------------------------------------------------------------------------------------+ Methods ------- +------+------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_shape` **(** :ref:`Resource` shape **)** | +------+------------------------------------------------------------------------------------------------------------------------+ Property Descriptions --------------------- .. _class_PhysicsShapeQueryParameters_property_collide_with_areas: - :ref:`bool` **collide_with_areas** +----------+---------------------------------+ | *Setter* | set_collide_with_areas(value) | +----------+---------------------------------+ | *Getter* | is_collide_with_areas_enabled() | +----------+---------------------------------+ ---- .. _class_PhysicsShapeQueryParameters_property_collide_with_bodies: - :ref:`bool` **collide_with_bodies** +----------+----------------------------------+ | *Setter* | set_collide_with_bodies(value) | +----------+----------------------------------+ | *Getter* | is_collide_with_bodies_enabled() | +----------+----------------------------------+ ---- .. _class_PhysicsShapeQueryParameters_property_collision_mask: - :ref:`int` **collision_mask** +----------+---------------------------+ | *Setter* | set_collision_mask(value) | +----------+---------------------------+ | *Getter* | get_collision_mask() | +----------+---------------------------+ ---- .. _class_PhysicsShapeQueryParameters_property_exclude: - :ref:`Array` **exclude** +----------+--------------------+ | *Setter* | set_exclude(value) | +----------+--------------------+ | *Getter* | get_exclude() | +----------+--------------------+ ---- .. _class_PhysicsShapeQueryParameters_property_margin: - :ref:`float` **margin** +----------+-------------------+ | *Setter* | set_margin(value) | +----------+-------------------+ | *Getter* | get_margin() | +----------+-------------------+ ---- .. _class_PhysicsShapeQueryParameters_property_shape_rid: - :ref:`RID` **shape_rid** +----------+----------------------+ | *Setter* | set_shape_rid(value) | +----------+----------------------+ | *Getter* | get_shape_rid() | +----------+----------------------+ ---- .. _class_PhysicsShapeQueryParameters_property_transform: - :ref:`Transform` **transform** +----------+----------------------+ | *Setter* | set_transform(value) | +----------+----------------------+ | *Getter* | get_transform() | +----------+----------------------+ Method Descriptions ------------------- .. _class_PhysicsShapeQueryParameters_method_set_shape: - void **set_shape** **(** :ref:`Resource` shape **)**