PhysicsShapeQueryParameters¶
Category: Core
Brief Description¶
Properties¶
| bool | collide_with_areas |
| bool | collide_with_bodies |
| int | collision_mask |
| Array | exclude |
| float | margin |
| RID | shape_rid |
| Transform | transform |
Property Descriptions¶
- bool collide_with_areas
| Setter | set_collide_with_areas(value) |
| Getter | is_collide_with_areas_enabled() |
- bool collide_with_bodies
| Setter | set_collide_with_bodies(value) |
| Getter | is_collide_with_bodies_enabled() |
- int collision_mask
| Setter | set_collision_mask(value) |
| Getter | get_collision_mask() |
- Array exclude
| Setter | set_exclude(value) |
| Getter | get_exclude() |
- float margin
| Setter | set_margin(value) |
| Getter | get_margin() |
- RID shape_rid
| Setter | set_shape_rid(value) |
| Getter | get_shape_rid() |
- Transform transform
| Setter | set_transform(value) |
| Getter | get_transform() |