Class EmptyShapeSettings

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

public class EmptyShapeSettings extends ShapeSettings
Settings used to construct an EmptyShape.
  • Constructor Details

    • EmptyShapeSettings

      public EmptyShapeSettings()
      Instantiate the default settings.
    • EmptyShapeSettings

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