Class PxVehicleWheelActuationState

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleWheelActuationState

public class PxVehicleWheelActuationState extends NativeObject
It is useful to know if a brake or drive torque is to be applied to a wheel.
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxVehicleWheelActuationState

      protected PxVehicleWheelActuationState(long address)
    • PxVehicleWheelActuationState

      public PxVehicleWheelActuationState()
  • Method Details

    • wrapPointer

      public static PxVehicleWheelActuationState wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getIsBrakeApplied

      public boolean getIsBrakeApplied()
      True if a brake torque is applied, false if not.
    • setIsBrakeApplied

      public void setIsBrakeApplied(boolean value)
      True if a brake torque is applied, false if not.
    • getIsDriveApplied

      public boolean getIsDriveApplied()
      True if a drive torque is applied, false if not.
    • setIsDriveApplied

      public void setIsDriveApplied(boolean value)
      True if a drive torque is applied, false if not.
    • setToDefault

      public void setToDefault()