Interface ConstRayCastSettings

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

public interface ConstRayCastSettings extends ConstJoltPhysicsObject
Read-only access to a RayCastSettings. (native type: const RayCastSettings)
  • Method Details

    • getBackFaceModeConvex

      EBackFaceMode getBackFaceModeConvex()
      Return the policy for back-facing triangles in convex shapes. The settings are unaffected.
      Returns:
      the enum value (not null)
    • getBackFaceModeTriangles

      EBackFaceMode getBackFaceModeTriangles()
      Return the policy for back-facing triangles in triangle-based shapes. The settings are unaffected.
      Returns:
      the enum value (not null)
    • getTreatConvexAsSolid

      boolean getTreatConvexAsSolid()
      Test whether convex shapes should be treated as solid. The settings are unaffected.
      Returns:
      true if treated as solid, otherwise false