Interface BulletDebugAppState.DebugAppStateFilter

Enclosing class:
BulletDebugAppState

public static interface BulletDebugAppState.DebugAppStateFilter
Interface to restrict which physics objects are visualized.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Test whether the specified physics object should be displayed.
  • Method Details

    • displayObject

      boolean displayObject(Object obj)
      Test whether the specified physics object should be displayed.
      Parameters:
      obj - the joint or collision object to test (unaffected)
      Returns:
      return true if the object should be displayed, false if not