Class PxVehicleAutoboxState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleAutoboxState

public class PxVehicleAutoboxState extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleAutoboxState

      protected PxVehicleAutoboxState(long address)
    • PxVehicleAutoboxState

      public PxVehicleAutoboxState()
  • Method Details

    • wrapPointer

      public static PxVehicleAutoboxState wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getTimeSinceLastShift

      public float getTimeSinceLastShift()
      Returns:
      WebIDL type: float
    • setTimeSinceLastShift

      public void setTimeSinceLastShift(float value)
      Parameters:
      value - WebIDL type: float
    • getActiveAutoboxGearShift

      public boolean getActiveAutoboxGearShift()
      Returns:
      WebIDL type: boolean
    • setActiveAutoboxGearShift

      public void setActiveAutoboxGearShift(boolean value)
      Parameters:
      value - WebIDL type: boolean
    • setToDefault

      public void setToDefault()