World:disableCollisionBetween
EditDisables collision between two collision tags.
World:disableCollisionBetween(tag1, tag2)
Arguments
Name | Type | Description |
tag1 | string | The first tag. |
tag2 | string | The second tag. |
Returns
Nothing
Notes
Tags must be set up when creating the World, see lovr.physics.newWorld
.
By default, collision is enabled between all tags.