Difference between revisions of "B2.MouseJoint:setTarget"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 8: Line 8:
 
<source lang="lua">
 
<source lang="lua">
 
b2.MouseJoint:setTarget(x,y)
 
b2.MouseJoint:setTarget(x,y)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Revision as of 17:46, 12 July 2023


Available since: Gideros 2011.6
Class: b2.MouseJoint

Description

Updates the target point. <source lang="lua"> b2.MouseJoint:setTarget(x,y) </syntaxhighlight>

Parameters

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




LiquidFun