Interface ConstWheelSettingsWv

All Superinterfaces:
Comparable<JoltPhysicsObject>, ConstJoltPhysicsObject, ConstSerializableObject, ConstWheelSettings
All Known Implementing Classes:
WheelSettingsWv, WheelSettingsWvRef

public interface ConstWheelSettingsWv extends ConstWheelSettings
Read-only access to WheelSettingsWv. (native type: const WheelSettingsWV)
  • Method Details

    • getMaxBrakeTorque

      float getMaxBrakeTorque()
      Return the maximum torque that the main brake can exert on the wheel. The settings are unaffected.
      Returns:
      the maximum torque (in Newton.meters)
    • getMaxHandBrakeTorque

      float getMaxHandBrakeTorque()
      Return the maximum torque that the hand brake can exert on the wheel. The settings are unaffected.
      Returns:
      the maximum torque (in Newton.meters)
    • getMaxSteerAngle

      float getMaxSteerAngle()
      Return the maximum steering angle. The settings are unaffected.
      Returns:
      the maximum steering angle (in radians)