Interface ConstVehicleControllerSettings
- All Superinterfaces:
AutoCloseable,Comparable<JoltPhysicsObject>,ConstJoltPhysicsObject,ConstSerializableObject
- All Known Implementing Classes:
MotorcycleControllerSettings,TrackedVehicleControllerSettings,VehicleControllerSettings,WheeledVehicleControllerSettings
Read-only access to a
VehicleControllerSettings object. (native type:
const VehicleControllerSettings)-
Method Summary
Modifier and TypeMethodDescriptionvoidsaveBinaryState(StreamOut stream) Save the settings to the specified binary stream.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.github.stephengold.joltjni.readonly.ConstJoltPhysicsObject
close, hasAssignedNativeObject, ownsNativeObject, targetVaMethods inherited from interface com.github.stephengold.joltjni.readonly.ConstSerializableObject
getRtti
-
Method Details
-
saveBinaryState
Save the settings to the specified binary stream. The settings are unaffected.- Parameters:
stream- the stream to write to (not null)
-