Unigine::BodyDummy Class
Header: | #include <UniginePhysics.h> |
Inherits: | Body |
This class is used to create a dummy body that serves as unmoving, non-interacting (and often invisible) prop to attach other bodies with joints to.
BodyDummy Class
Members
static BodyDummyPtr create()
Constructor. Creates a dummy body.static BodyDummyPtr create(const Ptr<Object> & object)
Constructor. Creates a dummy body for a given object.Arguments
- const Ptr<Object> & object - Object approximated with the new dummy body.
Ptr<BodyDummy> cast(const Ptr<Body> & body)
Arguments
- const Ptr<Body> & body
Last update: 2018-08-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)