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)
  • Method Details

    • set

      public void set(StaticCompoundShapeSettings source)
      Copy the argument to the current settings.
      Parameters:
      source - the settings to copy (not null, unaffected)