Package com.github.stephengold.joltjni
Class MutableCompoundShapeSettings
java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.NonCopyable
com.github.stephengold.joltjni.SerializableObject
com.github.stephengold.joltjni.ShapeSettings
com.github.stephengold.joltjni.CompoundShapeSettings
com.github.stephengold.joltjni.MutableCompoundShapeSettings
- All Implemented Interfaces:
ConstJoltPhysicsObject,RefTarget,AutoCloseable,Comparable<ConstJoltPhysicsObject>
Settings used to construct a
MutableCompoundShape.-
Constructor Summary
ConstructorsConstructorDescriptionInstantiate an empty settings object with no subshapes. -
Method Summary
Methods inherited from class com.github.stephengold.joltjni.CompoundShapeSettings
addShape, addShape, addShapeMethods inherited from class com.github.stephengold.joltjni.ShapeSettings
clearCachedResult, create, getRefCount, setEmbedded, toRefMethods inherited from class com.github.stephengold.joltjni.JoltPhysicsObject
close, compareTo, equals, hasAssignedNativeObject, hashCode, ownsNativeObject, setVirtualAddress, startCleaner, toString, va
-
Constructor Details
-
MutableCompoundShapeSettings
public MutableCompoundShapeSettings()Instantiate an empty settings object with no subshapes.
-