Class MotorcycleControllerSettings

All Implemented Interfaces:
ConstJoltPhysicsObject, ConstSerializableObject, ConstVehicleControllerSettings, RefTarget, AutoCloseable, Comparable<JoltPhysicsObject>

public class MotorcycleControllerSettings extends WheeledVehicleControllerSettings
Settings used to construct a MotorcycleController.
  • Constructor Details

    • MotorcycleControllerSettings

      public MotorcycleControllerSettings()
      Instantiate default settings.
    • MotorcycleControllerSettings

      public MotorcycleControllerSettings(MotorcycleControllerSettings original)
      Instantiate a copy of the specified settings.
      Parameters:
      original - the settings to copy (not null, unaffected)