Source/Urho3D/Physics/Constraint.h File Reference
Constraint.h File Reference
Include dependency graph for Constraint.h:
Classes | |
class | Urho3D::Constraint |
Physics constraint component. Connects two rigid bodies together, or one rigid body to a static point. More... | |
Enumerations | |
enum | Urho3D::ConstraintType { CONSTRAINT_POINT = 0, CONSTRAINT_HINGE, CONSTRAINT_SLIDER, CONSTRAINT_CONETWIST } |
Supported constraint types. | |