Difference between revisions of "B2.PrismaticJoint:setLimits"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 8: Line 8:
 
<source lang="lua">
 
<source lang="lua">
 
b2.PrismaticJoint:setLimits(lower,upper)
 
b2.PrismaticJoint:setLimits(lower,upper)
</source>
+
</syntaxhighlight>
  
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===

Revision as of 17:53, 12 July 2023


Available since: Gideros 2011.6
Class: b2.PrismaticJoint

Description

Sets the joint limits, usually in meters. <source lang="lua"> b2.PrismaticJoint:setLimits(lower,upper) </syntaxhighlight>

Parameters

lower: (number) lower joint limit in meters
upper: (number) upper joint limit in meters




LiquidFun