Class TrackedVehicleControllerSettings

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

public class TrackedVehicleControllerSettings extends VehicleControllerSettings implements ConstTrackedVehicleControllerSettings
Settings used to construct a TrackedVehicleController.
  • Constructor Details

    • TrackedVehicleControllerSettings

      public TrackedVehicleControllerSettings()
      Instantiate default settings.
    • TrackedVehicleControllerSettings

      public TrackedVehicleControllerSettings(ConstTrackedVehicleControllerSettings original)
      Instantiate a copy of the specified settings.
      Parameters:
      original - the settings to copy (not null, unaffected)
  • Method Details