Class MutableCompoundShapeSettings

All Implemented Interfaces:
ConstJoltPhysicsObject, ConstSerializableObject, ConstShapeSettings, RefTarget, AutoCloseable, Comparable<JoltPhysicsObject>

public class MutableCompoundShapeSettings extends CompoundShapeSettings
Settings used to construct a MutableCompoundShape.
  • Constructor Details

    • MutableCompoundShapeSettings

      public MutableCompoundShapeSettings()
      Instantiate an empty settings object with no sub-shapes.
    • MutableCompoundShapeSettings

      public MutableCompoundShapeSettings(MutableCompoundShapeSettings original)
      Instantiate a copy of the specified settings.
      Parameters:
      original - the settings to copy (not null, unaffected)