Class PxVehicleWheelConstraintGroupState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleWheelConstraintGroupState

public class PxVehicleWheelConstraintGroupState extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleWheelConstraintGroupState

      protected PxVehicleWheelConstraintGroupState(long address)
    • PxVehicleWheelConstraintGroupState

      public PxVehicleWheelConstraintGroupState()
  • Method Details

    • wrapPointer

      public static PxVehicleWheelConstraintGroupState wrapPointer(long address)
    • arrayGet

      public static PxVehicleWheelConstraintGroupState arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()
    • getNbGroups

      public int getNbGroups()
      Returns:
      WebIDL type: unsigned long
    • setNbGroups

      public void setNbGroups(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getNbWheelsPerGroup

      public int getNbWheelsPerGroup(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: unsigned long
    • setNbWheelsPerGroup

      public void setNbWheelsPerGroup(int index, int value)
      Parameters:
      index - Array index
      value - WebIDL type: unsigned long
    • getGroupToWheelIds

      public int getGroupToWheelIds(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: unsigned long
    • setGroupToWheelIds

      public void setGroupToWheelIds(int index, int value)
      Parameters:
      index - Array index
      value - WebIDL type: unsigned long
    • getWheelIdsInGroupOrder

      public int getWheelIdsInGroupOrder(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: unsigned long
    • setWheelIdsInGroupOrder

      public void setWheelIdsInGroupOrder(int index, int value)
      Parameters:
      index - Array index
      value - WebIDL type: unsigned long
    • getWheelMultipliersInGroupOrder

      public float getWheelMultipliersInGroupOrder(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: float
    • setWheelMultipliersInGroupOrder

      public void setWheelMultipliersInGroupOrder(int index, float value)
      Parameters:
      index - Array index
      value - WebIDL type: float
    • getNbWheelsInGroups

      public int getNbWheelsInGroups()
      Returns:
      WebIDL type: unsigned long
    • setNbWheelsInGroups

      public void setNbWheelsInGroups(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • setToDefault

      public void setToDefault()
    • getNbConstraintGroups

      public int getNbConstraintGroups()
      Returns:
      WebIDL type: unsigned long
    • getNbWheelsInConstraintGroup

      public int getNbWheelsInConstraintGroup(int i)
      Parameters:
      i - WebIDL type: unsigned long
      Returns:
      WebIDL type: unsigned long
    • getWheelInConstraintGroup

      public int getWheelInConstraintGroup(int j, int i)
      Parameters:
      j - WebIDL type: unsigned long
      i - WebIDL type: unsigned long
      Returns:
      WebIDL type: unsigned long
    • getMultiplierInConstraintGroup

      public float getMultiplierInConstraintGroup(int j, int i)
      Parameters:
      j - WebIDL type: unsigned long
      i - WebIDL type: unsigned long
      Returns:
      WebIDL type: float