Interface ConstVehicleController
- All Superinterfaces:
Comparable<JoltPhysicsObject>
,ConstJoltPhysicsObject
- All Known Implementing Classes:
MotorcycleController
,TrackedVehicleController
,VehicleController
,WheeledVehicleController
Read-only access to a
VehicleController
. (native type:
const VehicleController
)-
Method Summary
Modifier and TypeMethodDescriptionRecreate the settings for this controller.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.github.stephengold.joltjni.readonly.ConstJoltPhysicsObject
close, hasAssignedNativeObject, ownsNativeObject, targetVa
-
Method Details
-
getSettings
VehicleControllerSettings getSettings()Recreate the settings for this controller. The controller is unaffected.- Returns:
- a new settings object
-