Home | History | Annotate | Download | only in scene

Lines Matching full:listmode

140         private boolean listMode = false;
142 private Mode(boolean listMode){
143 this.listMode = listMode;
156 return listMode;