Difference between revisions of "ChainShape:setNextVertex"

m
m
 
Line 17: Line 17:
 
== See Also ==
 
== See Also ==
 
* [[parent::ChainShape]]
 
* [[parent::ChainShape]]
* [[ChainShape:setPrevVertex]]
+
* [[ChainShape:setPreviousVertex]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Sets a vertex that establishes a connection to the next shape.}}
 
{{#set:Description=Sets a vertex that establishes a connection to the next shape.}}

Latest revision as of 21:07, 30 October 2016

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

Sets a vertex that establishes a connection to the next shape.

This can help prevent unwanted collisions when a flat shape slides along the edge and moves over to the new shape.

Function

Synopsis

ChainShape:setNextVertex( x, y )

Arguments

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

Returns

Nothing.

See Also


Other Languages