NcEngine
|
A physics constraint attaching the owning RigidBody to another. More...
#include <Constraints.h>
Public Member Functions | |
Constraint (const ConstraintInfo &info, Entity otherBody, ConstraintId id) | |
auto | GetInfo () -> ConstraintInfo & |
Get the ConstraintInfo. More... | |
auto | GetInfo () const -> const ConstraintInfo & |
auto | GetType () const -> ConstraintType |
Get the type of constraint. | |
void | NotifyUpdateInfo () |
Update internal state based on the current ConstraintInfo values. | |
void | SetConstraintTarget (RigidBody *otherBody=nullptr) |
Update the body that the Constraint owner is attached to (use nullptr to attach to the world). | |
auto | GetConstraintTarget () const -> Entity |
void | Enable (bool enabled) |
Toggle the Constraint on or off. | |
auto | IsEnabled () const -> bool |
auto | GetId () const -> ConstraintId |
Get the Constraint's unique identifier. | |
Friends | |
class | physics::ConstraintManager |
A physics constraint attaching the owning RigidBody to another.
|
inline |
Get the ConstraintInfo.