Interface ConstCollideShapeSettings

All Superinterfaces:
AutoCloseable, Comparable<JoltPhysicsObject>, ConstCollideSettingsBase, ConstJoltPhysicsObject
All Known Implementing Classes:
CollideShapeSettings

public interface ConstCollideShapeSettings extends ConstCollideSettingsBase
Read-only access to a CollideShapeSettings object. (native type: const CollideShapeSettings)
  • Method Details

    • getBackFaceMode

      EBackFaceMode getBackFaceMode()
      Return the treatment of back-facing triangles. The settings are unaffected.
      Returns:
      the enum value (not null)
    • getMaxSeparationDistance

      float getMaxSeparationDistance()
      Return the maximum separation for which contacts will be reported. The settings are unaffected.
      Returns:
      the separation limit (in meters)