CircleShape:setPoint

CircleShape:setPoint

Available since LÖVE 0.9.1
This function is not supported in earlier versions.

Sets the location of the center of the circle shape.

Function

Synopsis

x, y = CircleShape:setPoint( x, y )

Arguments

number x
The x-component of the new center point of the circle.
number y
The y-component of the new center point of the circle.

Returns

Nothing.

See Also

doc_love
2017-03-21 15:42:18
Comments
Leave a Comment

Please login to continue.