java.lang.Object
physx.vehicle2.PxVehicleDifferentialState.Raw
- Enclosing class:
- PxVehicleDifferentialState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetAveWheelSpeedContributionAllWheels(long address, int index) static intgetConnectedWheels(long address, int index) static intgetNbConnectedWheels(long address) static floatgetTorqueRatiosAllWheels(long address, int index) static longstatic voidsetAveWheelSpeedContributionAllWheels(long address, int index, float value) static voidsetConnectedWheels(long address, int index, int value) static voidsetNbConnectedWheels(long address, int value) static voidsetToDefault(long address) static voidsetTorqueRatiosAllWheels(long address, int index, float value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleDifferentialState
public static long PxVehicleDifferentialState() -
destroy
public static void destroy(long address) -
getConnectedWheels
public static int getConnectedWheels(long address, int index) -
setConnectedWheels
public static void setConnectedWheels(long address, int index, int value) -
getNbConnectedWheels
public static int getNbConnectedWheels(long address) -
setNbConnectedWheels
public static void setNbConnectedWheels(long address, int value) -
getTorqueRatiosAllWheels
public static float getTorqueRatiosAllWheels(long address, int index) -
setTorqueRatiosAllWheels
public static void setTorqueRatiosAllWheels(long address, int index, float value) -
getAveWheelSpeedContributionAllWheels
public static float getAveWheelSpeedContributionAllWheels(long address, int index) -
setAveWheelSpeedContributionAllWheels
public static void setAveWheelSpeedContributionAllWheels(long address, int index, float value) -
setToDefault
public static void setToDefault(long address)
-