Package physx.vehicle
Class PxVehicleWheelQueryResult
- java.lang.Object
-
- physx.NativeObject
-
- physx.vehicle.PxVehicleWheelQueryResult
-
public class PxVehicleWheelQueryResult extends NativeObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description PxVehicleWheelQueryResult()protectedPxVehicleWheelQueryResult(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetNbWheelQueryResults()PxWheelQueryResultgetWheelQueryResults()voidsetNbWheelQueryResults(int value)voidsetWheelQueryResults(PxWheelQueryResult value)static PxVehicleWheelQueryResultwrapPointer(long address)-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxVehicleWheelQueryResult wrapPointer(long address)
-
destroy
public void destroy()
-
getWheelQueryResults
public PxWheelQueryResult getWheelQueryResults()
- Returns:
- WebIDL type:
PxWheelQueryResult
-
setWheelQueryResults
public void setWheelQueryResults(PxWheelQueryResult value)
- Parameters:
value- WebIDL type:PxWheelQueryResult
-
getNbWheelQueryResults
public int getNbWheelQueryResults()
- Returns:
- WebIDL type: unsigned long
-
setNbWheelQueryResults
public void setNbWheelQueryResults(int value)
- Parameters:
value- WebIDL type: unsigned long
-
-