Package com.github.stephengold.joltjni
Class MotorcycleControllerSettings
java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.NonCopyable
com.github.stephengold.joltjni.SerializableObject
com.github.stephengold.joltjni.VehicleControllerSettings
com.github.stephengold.joltjni.WheeledVehicleControllerSettings
com.github.stephengold.joltjni.MotorcycleControllerSettings
- All Implemented Interfaces:
ConstJoltPhysicsObject
,RefTarget
,AutoCloseable
,Comparable<JoltPhysicsObject>
Settings used to construct a
MotorcycleController
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.stephengold.joltjni.WheeledVehicleControllerSettings
getDifferential, getEngine, getNumDifferentials, getTransmission, setNumDifferentials
Methods inherited from class com.github.stephengold.joltjni.VehicleControllerSettings
getRefCount, setEmbedded, toRef
Methods inherited from class com.github.stephengold.joltjni.JoltPhysicsObject
close, compareTo, equals, getContainingObject, hasAssignedNativeObject, hashCode, ownsNativeObject, setVirtualAddress, setVirtualAddress, startCleaner, targetVa, toString, va
-
Constructor Details
-
MotorcycleControllerSettings
public MotorcycleControllerSettings()Instantiate default settings.
-