Function
CircleShape:setSensor( sensor )
Set the shape as a sensor if you want to be notified when collision between shapes occur, but don't want a physical response (for instance, maybe you want enemies to appear when the player "touches" a a certain point).
Synopsis
CircleShape:setSensor( sensor )
Arguments
sensor True for sensor, false otherwise.
Returns
(Nothing)
Copyright © 2006-2008 LÖVE Development Team.