Class PxVehicleWheelConstraintGroupState.Raw

java.lang.Object
physx.vehicle2.PxVehicleWheelConstraintGroupState.Raw
Enclosing class:
PxVehicleWheelConstraintGroupState

public static class PxVehicleWheelConstraintGroupState.Raw extends Object
  • 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)