public class PxVehicleDifferentialNWData extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleDifferentialNWData() |
protected |
PxVehicleDifferentialNWData(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getDrivenWheelStatus() |
boolean |
getIsDrivenWheel(int wheelId) |
void |
setDrivenWheel(int wheelId,
boolean drivenState) |
void |
setDrivenWheelStatus(int status) |
static PxVehicleDifferentialNWData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxVehicleDifferentialNWData(long address)
public PxVehicleDifferentialNWData()
public static PxVehicleDifferentialNWData wrapPointer(long address)
public void destroy()
public void setDrivenWheel(int wheelId,
boolean drivenState)
wheelId - WebIDL type: unsigned longdrivenState - WebIDL type: booleanpublic boolean getIsDrivenWheel(int wheelId)
wheelId - WebIDL type: unsigned longpublic int getDrivenWheelStatus()
public void setDrivenWheelStatus(int status)
status - WebIDL type: unsigned long