Package com.jme3.bullet.debug
Interface BulletDebugAppState.DebugAppStateFilter
- Enclosing class:
- BulletDebugAppState
public static interface BulletDebugAppState.DebugAppStateFilter
Interface to restrict which physics objects are visualized.
- 
Method SummaryModifier and TypeMethodDescriptionbooleandisplayObject(Object obj) Test whether the specified physics object should be displayed.
- 
Method Details- 
displayObjectTest 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
 
 
-