java.lang.Object
physx.vehicle2.PxVehicleGearboxState.Raw
- Enclosing class:
- PxVehicleGearboxState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static intgetCurrentGear(long address) static floatgetGearSwitchTime(long address) static intgetTargetGear(long address) static longstatic voidsetCurrentGear(long address, int value) static voidsetGearSwitchTime(long address, float value) static voidsetTargetGear(long address, int value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleGearboxState
public static long PxVehicleGearboxState() -
destroy
public static void destroy(long address) -
getCurrentGear
public static int getCurrentGear(long address) -
setCurrentGear
public static void setCurrentGear(long address, int value) -
getTargetGear
public static int getTargetGear(long address) -
setTargetGear
public static void setTargetGear(long address, int value) -
getGearSwitchTime
public static float getGearSwitchTime(long address) -
setGearSwitchTime
public static void setGearSwitchTime(long address, float value) -
setToDefault
public static void setToDefault(long address)
-