Difference between revisions of "B2.Contact:setRestitution"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''Available since:''' Gideros 2012.09.6<br/>
 
'''Available since:''' Gideros 2012.09.6<br/>
 +
'''Class:''' [[Special:MyLanguage/b2.Contact|b2.Contact]]<br/>
 
=== Description ===
 
=== Description ===
<br />
+
Overrides the default restitution fixture. You can call this in pre-solve event. This value persists until set or reset.
Overrides the default restitution mixture. You can call this in pre-solve event. This value persists until set or reset. <br />
+
<syntaxhighlight lang="lua">
<br />
+
b2.Contact:setRestitution(restitution)
<source lang="lua">
+
</syntaxhighlight>
b2.Contact:setRestitution(restitution)
+
 
</source>
+
=== Parameters ===
'''restitution''': (number) ''''''<br/>
+
'''restitution''': (number) the new restitution value <br/>
 +
 
 +
{{B2.Contact}}

Latest revision as of 18:01, 12 July 2023


Available since: Gideros 2012.09.6
Class: b2.Contact

Description

Overrides the default restitution fixture. You can call this in pre-solve event. This value persists until set or reset.

b2.Contact:setRestitution(restitution)

Parameters

restitution: (number) the new restitution value




LiquidFun