Difference between revisions of "R3d.Fixture"
From GiderosMobile
Line 24: | Line 24: | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
|} | |} | ||
− | |||
---- | ---- | ||
− | '''[[ReactPhysics3D]]''' | + | '''[[ReactPhysics3D]]''' |
Revision as of 23:55, 18 February 2020
Supported platforms:
Available since: Gideros 2019.10
Description
A proxy shape (also called fixture) is what links a given collision shape to the body it has been added.
You can use the returned proxy shape to get or set parameters of the given collision shape in that particular body.
Methodsr3d.Fixture:setCollisionCategoryBits sets the fixture collision category bit |