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