public class PxVehicleWheelsDynData extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxVehicleWheelsDynData() |
protected |
PxVehicleWheelsDynData(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(PxVehicleWheelsDynData src,
int srcWheel,
int trgWheel) |
void |
destroy() |
int |
getNbWheelRotationAngle() |
int |
getNbWheelRotationSpeed() |
float |
getWheelRotationAngle(int wheelIdx) |
float |
getWheelRotationSpeed(int wheelIdx) |
void |
setToRestState() |
void |
setWheelRotationAngle(int wheelIdx,
float angle) |
void |
setWheelRotationSpeed(int wheelIdx,
float speed) |
static PxVehicleWheelsDynData |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxVehicleWheelsDynData()
protected PxVehicleWheelsDynData(long address)
public static PxVehicleWheelsDynData wrapPointer(long address)
public void destroy()
public void setToRestState()
public void setWheelRotationSpeed(int wheelIdx,
float speed)
wheelIdx - WebIDL type: unsigned longspeed - WebIDL type: floatpublic float getWheelRotationSpeed(int wheelIdx)
wheelIdx - WebIDL type: unsigned longpublic void setWheelRotationAngle(int wheelIdx,
float angle)
wheelIdx - WebIDL type: unsigned longangle - WebIDL type: floatpublic float getWheelRotationAngle(int wheelIdx)
wheelIdx - WebIDL type: unsigned longpublic void copy(PxVehicleWheelsDynData src, int srcWheel, int trgWheel)
src - WebIDL type: PxVehicleWheelsDynData [Const, Ref]srcWheel - WebIDL type: unsigned longtrgWheel - WebIDL type: unsigned longpublic int getNbWheelRotationSpeed()
public int getNbWheelRotationAngle()