Class PxVehicleWheelActuationState

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

public class PxVehicleWheelActuationState extends NativeObject
  • 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()
      Returns:
      WebIDL type: boolean
    • setIsBrakeApplied

      public void setIsBrakeApplied(boolean value)
      Parameters:
      value - WebIDL type: boolean
    • getIsDriveApplied

      public boolean getIsDriveApplied()
      Returns:
      WebIDL type: boolean
    • setIsDriveApplied

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

      public void setToDefault()