Package com.github.stephengold.joltjni
Class WheelSettingsWvRef
java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.template.Ref
com.github.stephengold.joltjni.WheelSettingsWvRef
- All Implemented Interfaces:
ConstJoltPhysicsObject,AutoCloseable,Comparable<ConstJoltPhysicsObject>
A counted reference to a
WheelSettingsWv object. (native
type: Ref<WheelSettingsWV>)-
Method Summary
Methods inherited from class com.github.stephengold.joltjni.JoltPhysicsObject
close, compareTo, equals, hasAssignedNativeObject, hashCode, ownsNativeObject, setVirtualAddress, startCleaner, toString, va
-
Method Details
-
getPtr
Temporarily access the referencedWheelSettingsWv. -
toRef
Create a counted reference to the nativeWheelSettingsWv.
-