java.lang.Object
physx.vehicle2.PxVehicleWheelConstraintGroupState.Raw
- Enclosing class:
- PxVehicleWheelConstraintGroupState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static intgetGroupToWheelIds(long address, int index) static floatgetMultiplierInConstraintGroup(long address, int j, int i) static intgetNbConstraintGroups(long address) static intgetNbGroups(long address) static intgetNbWheelsInConstraintGroup(long address, int i) static intgetNbWheelsInGroups(long address) static intgetNbWheelsPerGroup(long address, int index) static intgetWheelIdsInGroupOrder(long address, int index) static intgetWheelInConstraintGroup(long address, int j, int i) static floatgetWheelMultipliersInGroupOrder(long address, int index) static longstatic voidsetGroupToWheelIds(long address, int index, int value) static voidsetNbGroups(long address, int value) static voidsetNbWheelsInGroups(long address, int value) static voidsetNbWheelsPerGroup(long address, int index, int value) static voidsetToDefault(long address) static voidsetWheelIdsInGroupOrder(long address, int index, int value) static voidsetWheelMultipliersInGroupOrder(long address, int index, float value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxVehicleWheelConstraintGroupState
public static long PxVehicleWheelConstraintGroupState() -
destroy
public static void destroy(long address) -
getNbGroups
public static int getNbGroups(long address) -
setNbGroups
public static void setNbGroups(long address, int value) -
getNbWheelsPerGroup
public static int getNbWheelsPerGroup(long address, int index) -
setNbWheelsPerGroup
public static void setNbWheelsPerGroup(long address, int index, int value) -
getGroupToWheelIds
public static int getGroupToWheelIds(long address, int index) -
setGroupToWheelIds
public static void setGroupToWheelIds(long address, int index, int value) -
getWheelIdsInGroupOrder
public static int getWheelIdsInGroupOrder(long address, int index) -
setWheelIdsInGroupOrder
public static void setWheelIdsInGroupOrder(long address, int index, int value) -
getWheelMultipliersInGroupOrder
public static float getWheelMultipliersInGroupOrder(long address, int index) -
setWheelMultipliersInGroupOrder
public static void setWheelMultipliersInGroupOrder(long address, int index, float value) -
getNbWheelsInGroups
public static int getNbWheelsInGroups(long address) -
setNbWheelsInGroups
public static void setNbWheelsInGroups(long address, int value) -
setToDefault
public static void setToDefault(long address) -
getNbConstraintGroups
public static int getNbConstraintGroups(long address) -
getNbWheelsInConstraintGroup
public static int getNbWheelsInConstraintGroup(long address, int i) -
getWheelInConstraintGroup
public static int getWheelInConstraintGroup(long address, int j, int i) -
getMultiplierInConstraintGroup
public static float getMultiplierInConstraintGroup(long address, int j, int i)
-