public class PxVehicleWheelQueryResult extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
PxVehicleWheelQueryResult() |
protected |
PxVehicleWheelQueryResult(long address) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getNbWheelQueryResults() |
PxWheelQueryResult |
getWheelQueryResults() |
void |
setNbWheelQueryResults(int value) |
void |
setWheelQueryResults(PxWheelQueryResult value) |
static PxVehicleWheelQueryResult |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected PxVehicleWheelQueryResult(long address)
public PxVehicleWheelQueryResult()
public static PxVehicleWheelQueryResult wrapPointer(long address)
public void destroy()
public PxWheelQueryResult getWheelQueryResults()
PxWheelQueryResultpublic void setWheelQueryResults(PxWheelQueryResult value)
value - WebIDL type: PxWheelQueryResultpublic int getNbWheelQueryResults()
public void setNbWheelQueryResults(int value)
value - WebIDL type: unsigned long