public class PxD6JointDrive extends PxSpring
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxD6JointDrive() |
|
PxD6JointDrive(float driveStiffness,
float driveDamping,
float driveForceLimit) |
|
PxD6JointDrive(float driveStiffness,
float driveDamping,
float driveForceLimit,
boolean isAcceleration) |
protected |
PxD6JointDrive(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
PxD6JointDriveFlags |
getFlags() |
float |
getForceLimit() |
void |
setFlags(PxD6JointDriveFlags value) |
void |
setForceLimit(float value) |
static PxD6JointDrive |
wrapPointer(long address) |
getDamping, getStiffness, setDamping, setStiffnesscheckNotNull, equals, getAddress, hashCodeprotected PxD6JointDrive(long address)
public PxD6JointDrive()
public PxD6JointDrive(float driveStiffness,
float driveDamping,
float driveForceLimit)
driveStiffness - WebIDL type: floatdriveDamping - WebIDL type: floatdriveForceLimit - WebIDL type: floatpublic PxD6JointDrive(float driveStiffness,
float driveDamping,
float driveForceLimit,
boolean isAcceleration)
driveStiffness - WebIDL type: floatdriveDamping - WebIDL type: floatdriveForceLimit - WebIDL type: floatisAcceleration - WebIDL type: booleanpublic static PxD6JointDrive wrapPointer(long address)
public float getForceLimit()
public void setForceLimit(float value)
value - WebIDL type: floatpublic PxD6JointDriveFlags getFlags()
PxD6JointDriveFlags [Value]public void setFlags(PxD6JointDriveFlags value)
value - WebIDL type: PxD6JointDriveFlags [Value]