Class StaticCompoundShapeSettings

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

public class StaticCompoundShapeSettings extends CompoundShapeSettings
Settings used to construct a StaticCompoundShape.
  • Constructor Details

    • StaticCompoundShapeSettings

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

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