B2.MouseJoint:setTarget

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Available since: Gideros 2011.6
Class: b2.MouseJoint

Description

Updates the target point.

b2.MouseJoint:setTarget(x,y)

Parameters

x: (number) x coordinate of the target point
y: (number) y coordinate of the target point




LiquidFun