Ejemplo n.º 1
0
    /// <summary>
    /// Called on initialization
    /// </summary>
    private void Awake()
    {
        Instance = this;

        // Change this flag to switch between Analysis Mode and Training Mode
        //AppMode = AppModes.Training;
        AppMode = AppModes.Analysis;
    }
Ejemplo n.º 2
0
 public OperatingState(AppModes a, Boolean mee)
 {
     this.AppMode            = a;
     this.manualEntryEnabled = mee;
 }