Views
World:getContactFilter
Available since LÖVE 0.8.0 |
This method is not supported in earlier versions. |
Returns the function for collision filtering.
Function
Synopsis
contactFilter = World:getContactFilter( )
Arguments
None.
Returns
function contactFilter
- The function that handles the contact filtering.
See Also