R3d.Body

From GiderosMobile
Revision as of 10:15, 8 October 2019 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ <languages /> <!-- GIDEROSOBJ:r3d.World --> '''<translate>Supported platforms</translate>:''' File:Platform android.pngFile:Platform ios.pngFile:Platform m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Supported platforms: Platform android.pngPlatform ios.pngPlatform mac.pngPlatform pc.pngPlatform html5.pngPlatform winrt.pngPlatform win32.png
Available since: Gideros 2019.10

Description

Methods

r3d.World.createBody create a new body
r3d.World.destroyBody destroy a body
r3d.World.step Step the world
r3d.World.raycast perform a ray cast on the world
r3d.World.testOverlap check if two bodies overlap
r3d.World.testAABBOverlap check if two bodies AABB overlap
r3d.World.testCollision check collisions
r3d.World.setEventListener set the event listener for collisions in the world
r3d.World.createBallAndSocketJoint
r3d.World.createHingeJoint
r3d.World.createSliderJoint
r3d.World.createFixedJoint
r3d.World.destroyJoint destroy a joint

Constants

r3d.World.DYNAMIC_BODY
r3d.World.KINEMATIC_BODY
r3d.World.STATIC_BODY