Difference between revisions of "Body:setType"

(Added Body:setType.)
 
m
Line 1: Line 1:
{{newin|[[0.8.0]]|type=method}}
+
{{newin|[[0.8.0]]|080|type=method}}
 
Sets a new body type.
 
Sets a new body type.
  

Revision as of 13:46, 4 May 2012

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

Sets a new body type.

Function

Synopsis

Body:setType( type )

Arguments

BodyType type
The new type.

Returns

nothing.

See Also


Other Languages