Class PxVehicleTireSlipState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireSlipState

public class PxVehicleTireSlipState extends NativeObject
The lateral and longitudinal tire slips.
See Also:
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleTireSlipState

      protected PxVehicleTireSlipState(long address)
    • PxVehicleTireSlipState

      public PxVehicleTireSlipState()
  • Method Details

    • wrapPointer

      public static PxVehicleTireSlipState wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getSlips

      public float getSlips(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: float
    • setSlips

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

      public void setToDefault()