Difference between revisions of "MouseJoint:setTarget"

m
 
Line 7: Line 7:
 
=== Arguments ===
 
=== Arguments ===
 
{{param|number|x|The x-component of the target.}}
 
{{param|number|x|The x-component of the target.}}
{{param|number|y|The x-component of the target.}}
+
{{param|number|y|The y-component of the target.}}
 
=== Returns ===
 
=== Returns ===
 
Nothing.
 
Nothing.

Latest revision as of 17:43, 10 April 2012

Sets the target point.

Function

Synopsis

MouseJoint:setTarget( x, y )

Arguments

number x
The x-component of the target.
number y
The y-component of the target.

Returns

Nothing.

See Also


Other Languages