Difference between revisions of "R3d.World:destroyJoint"
From GiderosMobile
(Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.World<br/> === Description === Destroys a joint. <source lang="lua"> r3d.World:destroyBody(joint) </source>...") |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Destroys a joint. | Destroys a joint. | ||
− | < | + | <syntaxhighlight lang="lua"> |
r3d.World:destroyBody(joint) | r3d.World:destroyBody(joint) | ||
</source> | </source> | ||
Line 12: | Line 12: | ||
=== Example === | === Example === | ||
− | < | + | <syntaxhighlight lang="lua"> |
</source> | </source> | ||
{{R3d.World}} | {{R3d.World}} |
Revision as of 14:30, 13 July 2023
Available since: Gideros 2019.10
Class: R3d.World
Description
Destroys a joint. <syntaxhighlight lang="lua"> r3d.World:destroyBody(joint) </source>
Parameters
joint: (b3d.Joint) the joint to destroy
Example
<syntaxhighlight lang="lua"> </source>
- R3d.World
- R3d.World.new
- R3d.World:createBallAndSocketJoint
- R3d.World:createBody
- R3d.World:createFixedJoint
- R3d.World:createHingeJoint
- R3d.World:createSliderJoint
- R3d.World:destroyBody
- R3d.World:destroyJoint
- R3d.World:raycast
- R3d.World:setEventListener
- R3d.World:step
- R3d.World:testAABBOverlap
- R3d.World:testCollision
- R3d.World:testOverlap