Contact:isEnabled
EditReturns whether the Contact is enabled. Disabled contacts do not generate any collision response. Use Contact:setEnabled
to disable a contact to selectively ignore certain collisions.
enabled = Contact:isEnabled()
Arguments
None
Returns
Name | Type | Description |
enabled | boolean | Whether the Contact is enabled. |