HomeSort by relevance Sort by last modified time
    Searched refs:StatsAppState (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/app/
SimpleApplication.java 92 if (stateManager.getState(StatsAppState.class) != null) {
93 stateManager.getState(StatsAppState.class).toggleStats();
100 this( new StatsAppState(), new FlyCamAppState(), new DebugKeysAppState() );
204 if (stateManager.getState(StatsAppState.class) != null) {
212 if (stateManager.getState(StatsAppState.class) != null) {
215 stateManager.getState(StatsAppState.class).setFont(guiFont);
216 fpsText = stateManager.getState(StatsAppState.class).getFpsText();
252 if (stateManager.getState(StatsAppState.class) != null) {
253 stateManager.getState(StatsAppState.class).setDisplayFps(show);
258 if (stateManager.getState(StatsAppState.class) != null)
    [all...]
StatsAppState.java 49 public class StatsAppState extends AbstractAppState {
63 public StatsAppState() {
66 public StatsAppState( Node guiNode, BitmapFont guiFont ) {

Completed in 293 milliseconds