Type Number Event preCollision Revision Current Public Release (2018.3326) Keywords preCollision, x See also event.y
The x position where the
local function onPreCollision( event ) print ( "position: " .. event.x .. "," .. event.y ) end |