Example #1
0
 private static void PredictionMenuPage()
 {
     Prediction = _myMenu.AddSubMenu("Prediction  settings", "Prediction");
     Prediction.AddGroupLabel("Prediction Settings:");
     Prediction.Add("predq",
                    new Slider("Prediction Hitchange Q {0}(%)", 70));
     Prediction.Add("predw",
                    new Slider("Prediction Hitchange W {0}(%)", 70));
     Prediction.Add("prede",
                    new Slider("Prediction Hitchange E {0}(%)", 70));
 }