|  | ReactPhysics3D
    v0.10.2
    C++ Physics engine library | 
Structure for the data of a transform component. More...
#include <include/reactphysics3d/components/SliderJointComponents.h>
| Public Member Functions | |
| SliderJointComponent (bool isLimitEnabled, bool isMotorEnabled, decimal lowerLimit, decimal upperLimit, decimal motorSpeed, decimal maxMotorForce) | |
| Constructor. | |
| Public Attributes | |
| bool | isLimitEnabled | 
| bool | isMotorEnabled | 
| decimal | lowerLimit | 
| decimal | upperLimit | 
| decimal | motorSpeed | 
| decimal | maxMotorForce | 
Structure for the data of a transform component.