Difference between revisions of "ChainShape:setNextVertex"

m
m
Line 1: Line 1:
{{newin|[[0.8.0]]|080|type=method}}
+
{{newin|[[0.8.0]]|080|type=function}}
 
Sets a vertex that establishes a connection to the next shape.
 
Sets a vertex that establishes a connection to the next shape.
  

Revision as of 17:50, 29 May 2013

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