Function
Shape:setSensor( sensor )
Sets whether this shape should act as a 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
Shape:setSensor( sensor )
Parameters
sensor boolean True for sensor, false otherwise.
Copyright © 2006-2010 LÖVE Development Team.