Home | History | Annotate | Download | only in app

Lines Matching defs:guiNode

57     protected Node guiNode;
66 public StatsAppState( Node guiNode, BitmapFont guiFont ) {
67 this.guiNode = guiNode;
121 if (guiNode == null)
122 guiNode = simpleApp.guiNode;
127 if (guiNode == null) {
128 throw new RuntimeException( "No guiNode specific and cannot be automatically determined." );
140 * Attaches FPS statistics to guiNode and displays it on the screen.
151 guiNode.attachChild(fpsText);
155 * Attaches Statistics View to guiNode and displays it on the screen
167 guiNode.attachChild(statsView);
203 guiNode.detachChild(statsView);
204 guiNode.detachChild(fpsText);