Package com.github.stephengold.joltjni
Class ShapeSettingsRefC
java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.ShapeSettingsRefC
- All Implemented Interfaces:
 ConstJoltPhysicsObject,AutoCloseable,Comparable<JoltPhysicsObject>
A counted reference to a 
ConstShapeSettings. (native type:
 RefConst<ShapeSettings>)- 
Method Summary
Methods inherited from class com.github.stephengold.joltjni.JoltPhysicsObject
close, compareTo, equals, getContainingObject, hasAssignedNativeObject, hashCode, isCleanerStarted, ownsNativeObject, setVirtualAddress, setVirtualAddress, startCleaner, targetVa, toString, va 
- 
Method Details
- 
getPtr
Temporarily access the referencedConstShapeSettings.- Returns:
 - a new JVM object with the pre-existing native object assigned
 
 - 
toRefC
Create another counted reference to the nativeShape.- Returns:
 - a new JVM object with a new native object assigned
 
 
 -