Skip to content

Commit

Permalink
bugfix: method does not override or implement
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Feb 7, 2025
1 parent 6c3ed38 commit d33f79e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,13 @@ public interface ConstBody extends ConstJoltPhysicsObject {
*/
boolean isSensor();

/**
* Test whether the body is soft. It is unaffected.
*
* @return {@code true} if soft, otherwise {@code false}
*/
boolean isSoftBody();

/**
* Test whether the body is static (non-moving). It is unaffected.
*
Expand Down

0 comments on commit d33f79e

Please sign in to comment.