Searched refs:statsView (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DStatsAppState.java52 protected StatsView statsView; field in class:StatsAppState
87 return statsView;
108 if (statsView != null ) {
109 statsView.setEnabled(show);
110 statsView.setCullHint(show ? CullHint.Never : CullHint.Always);
160 statsView = new StatsView("Statistics View",
164 statsView.setLocalTranslation(0, fpsText.getLineHeight(), 0);
165 statsView.setEnabled(showStats);
166 statsView.setCullHint(showStats ? CullHint.Never : CullHint.Always);
167 guiNode.attachChild(statsView);
[all...]

Completed in 46 milliseconds