Used to describe drive properties for a PhysxD6Joint.
More...
#include "physxJointDriveDesc.h"
List of all members.
Public Member Functions |
| PhysxJointDriveDesc (float sping, float damping, float forceLimit) |
float | get_damping () const |
PhysxD6JointDriveType | get_drive_type () const |
float | get_force_limit () const |
float | get_spring () const |
void | set_damping (float damping) |
void | set_drive_type (PhysxD6JointDriveType type) |
void | set_force_limit (float limit) |
void | set_spring (float spring) |
Public Attributes |
NxJointDriveDesc | _desc |
Detailed Description
Used to describe drive properties for a PhysxD6Joint.
Definition at line 28 of file physxJointDriveDesc.h.
The documentation for this class was generated from the following files: