Interface ConstVehicleControllerSettings

All Superinterfaces:
Comparable<JoltPhysicsObject>, ConstJoltPhysicsObject, ConstSerializableObject
All Known Implementing Classes:
MotorcycleControllerSettings, TrackedVehicleControllerSettings, VehicleControllerSettings, WheeledVehicleControllerSettings

public interface ConstVehicleControllerSettings extends ConstSerializableObject
Read-only access to a VehicleControllerSettings object. (native type: const VehicleControllerSettings)
  • Method Details

    • saveBinaryState

      void saveBinaryState(StreamOut stream)
      Save the settings to the specified binary stream. The settings are unaffected.
      Parameters:
      stream - the stream to write to (not null)