SimuloHinge
A hinge joint, also known as a pin or revolute joint, is uhh I'm not quite sure how to describe this yet. Ah well, enjoy the API docs below.
A SimuloHinge reference is typically obtained by calling Scene:add_hinge_at_world_point
.
Functions
note
Make sure to use hinge:function()
and not hinge.function()
, or you'll get an error
:destroy()
Destroys the hinge.
Example
hinge:destroy();