java.lang.Object
physx.vehicle2.PxVehicleWheelActuationState.Raw
- Enclosing class:
- PxVehicleWheelActuationState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static booleangetIsBrakeApplied(long address) static booleangetIsDriveApplied(long address) static longstatic voidsetIsBrakeApplied(long address, boolean value) static voidsetIsDriveApplied(long address, boolean value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleWheelActuationState
public static long PxVehicleWheelActuationState() -
destroy
public static void destroy(long address) -
getIsBrakeApplied
public static boolean getIsBrakeApplied(long address) -
setIsBrakeApplied
public static void setIsBrakeApplied(long address, boolean value) -
getIsDriveApplied
public static boolean getIsDriveApplied(long address) -
setIsDriveApplied
public static void setIsDriveApplied(long address, boolean value) -
setToDefault
public static void setToDefault(long address)
-