Difference between revisions of "R3d.Body"
| Line 39: | Line 39: | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
=== <translate>Constants</translate> === | === <translate>Constants</translate> === | ||
| + | [[Special:MyLanguage/r3d.Body.STATIC_BODY|r3d.Body.STATIC_BODY]]<br/> | ||
| + | <!-- GIDEROSCST:r3d.Body.STATIC_BODY 0--> | ||
| + | [[Special:MyLanguage/r3d.Body.KINEMATIC_BODY|r3d.Body.KINEMATIC_BODY]]<br/> | ||
| + | <!-- GIDEROSCST:r3d.Body.KINEMATIC_BODY 1--> | ||
[[Special:MyLanguage/r3d.Body.DYNAMIC_BODY|r3d.Body.DYNAMIC_BODY]]<br/> | [[Special:MyLanguage/r3d.Body.DYNAMIC_BODY|r3d.Body.DYNAMIC_BODY]]<br/> | ||
<!-- GIDEROSCST:r3d.Body.DYNAMIC_BODY 2--> | <!-- GIDEROSCST:r3d.Body.DYNAMIC_BODY 2--> | ||
| − | |||
| − | |||
| − | |||
| − | |||
|} | |} | ||
Revision as of 23:09, 22 January 2020
Supported platforms: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
Available since: Gideros 2019.10
Description
Methodsr3d.Body:applyForce applies a force to this body |
Constantsr3d.Body.STATIC_BODY |