Class PxVehicleTireStickyState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleTireStickyState

public class PxVehicleTireStickyState extends NativeObject
Prolonged low speeds in the lateral and longitudinal directions may be handled with "sticky" velocity constraints that activate after a speed below a threshold has been recorded for a threshold time.
See Also:
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleTireStickyState

      protected PxVehicleTireStickyState(long address)
    • PxVehicleTireStickyState

      public PxVehicleTireStickyState()
  • Method Details

    • wrapPointer

      public static PxVehicleTireStickyState wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getLowSpeedTime

      public float getLowSpeedTime(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: float
    • setLowSpeedTime

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

      public boolean getActiveStatus(int index)
      Parameters:
      index - Array index
      Returns:
      WebIDL type: boolean
    • setActiveStatus

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

      public void setToDefault()