Beispiel #1
0
    private void Tenth()
    {
        TipsControl control = gameObject.GetComponent <TipsControl>();
        TipScript   tip     = gameObject.GetComponent <TipScript>();

        control.GenerateTip(tip);
        checkMonitor.StartHintDisplay();
        //StartCoroutine(DimElementsBut(noteUI, 1));
        segment++;//= 11th
        Debug.Log("In tenth segment= " + segment);
    }
Beispiel #2
0
        public void Activate(object param)
        {
            var task = HandleLaunchArg(param as string);

            if (DeviceHelper.IsDesktop)
            {
                if (!LocalSettingHelper.HasValue("TIPS261"))
                {
                    LocalSettingHelper.AddValue("TIPS261", true);
                    var uc    = new TipsControl();
                    var task2 = PopupService.Instance.ShowAsync(uc);
                }
            }
        }