ReactPhysics3D
v0.10.2
C++ Physics engine library
|
Structure for the data of a transform component. More...
#include <include/reactphysics3d/components/JointComponents.h>
Public Member Functions | |
JointComponent (Entity body1Entity, Entity body2Entity, Joint *joint, JointType jointType, JointsPositionCorrectionTechnique positionCorrectionTechnique, bool isCollisionEnabled) | |
Constructor. | |
Public Attributes | |
const Entity | body1Entity |
const Entity | body2Entity |
Joint * | joint |
JointType | jointType |
JointsPositionCorrectionTechnique | positionCorrectionTechnique |
bool | isCollisionEnabled |
Structure for the data of a transform component.