Package com.github.stephengold.joltjni
Class MutableCompoundShapeSettings
java.lang.Object
com.github.stephengold.joltjni.JoltPhysicsObject
com.github.stephengold.joltjni.SerializableObject
com.github.stephengold.joltjni.ShapeSettings
com.github.stephengold.joltjni.CompoundShapeSettings
com.github.stephengold.joltjni.MutableCompoundShapeSettings
- All Implemented Interfaces:
- ConstJoltPhysicsObject,- ConstSerializableObject,- ConstShapeSettings,- RefTarget,- AutoCloseable,- Comparable<JoltPhysicsObject>
Settings used to construct a 
MutableCompoundShape.- 
Constructor SummaryConstructorsConstructorDescriptionInstantiate an empty settings object with no sub-shapes.Instantiate a copy of the specified settings.
- 
Method SummaryMethods inherited from class com.github.stephengold.joltjni.CompoundShapeSettingsaddHulls, addShape, addShape, addShape, addShapeMethods inherited from class com.github.stephengold.joltjni.ShapeSettingsclearCachedResult, cloneShapeSettings, create, getRefCount, setEmbedded, setVirtualAddressAsCoOwner, toRef, toRefCMethods inherited from class com.github.stephengold.joltjni.SerializableObjectgetRttiMethods inherited from class com.github.stephengold.joltjni.JoltPhysicsObjectclose, compareTo, equals, getContainingObject, hasAssignedNativeObject, hashCode, isCleanerStarted, ownsNativeObject, setVirtualAddress, setVirtualAddress, startCleaner, targetVa, toString, vaMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.ComparablecompareToMethods inherited from interface com.github.stephengold.joltjni.readonly.ConstJoltPhysicsObjectclose, hasAssignedNativeObject, ownsNativeObject, targetVaMethods inherited from interface com.github.stephengold.joltjni.readonly.ConstSerializableObjectgetRtti
- 
Constructor Details- 
MutableCompoundShapeSettingspublic MutableCompoundShapeSettings()Instantiate an empty settings object with no sub-shapes.
- 
MutableCompoundShapeSettingsInstantiate a copy of the specified settings.- Parameters:
- original- the settings to copy (not- null, unaffected)
 
 
-