filter | :: "decal" or "autoplace" or "collision-mask" | The condition to filter on. |
The condition to filter on. | ||
mode | :: "or" or "and" ? | How to combine this with the previous filter. Defaults to |
How to combine this with the previous filter. Defaults to | ||
invert | :: boolean? | Inverts the condition. Default is |
Inverts the condition. Default is |
Other attributes may be specified depending on filter
:
collision-mask
mask | :: CollisionLayerID or CollisionMask | Name of one layer or a full collision mask. |
Name of one layer or a full collision mask. | ||
mask_mode | :: "collides" or "layers-equals" or "contains-any" or "contains-all" | How to filter. |
How to filter. |