Interface ConstVehicleControllerSettings
- All Superinterfaces:
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 TypeMethodDescriptionvoid
saveBinaryState
(StreamOut stream) Save the settings to the specified binary stream.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.github.stephengold.joltjni.readonly.ConstJoltPhysicsObject
close, hasAssignedNativeObject, ownsNativeObject, targetVa
Methods 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)
-