Difference between revisions of "B2.PrismaticJoint:enableLimit"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Enables or disables the joint limit. <br /> | Enables or disables the joint limit. <br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
b2.PrismaticJoint:enableLimit(flag) | b2.PrismaticJoint:enableLimit(flag) | ||
</source> | </source> | ||
=== Parameters === | === Parameters === | ||
− | '''flag''': (boolean) enable flag of joint limit <br/> | + | '''flag''': (boolean) <translate>enable flag of joint limit</translate> <br/> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2011.6
Description
Enables or disables the joint limit.
b2.PrismaticJoint:enableLimit(flag)
Parameters
flag: (boolean) enable flag of joint limit