Urho3D
Classes | Enumerations
Constraint.h File Reference
#include "../Math/Vector3.h"
#include "../Scene/Component.h"
#include <memory>

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.