Exemple #1
0
        public void StartTips()
        {
            enabled = true;
            ATips tip = _target ? _target : ATips.fallback;

            tip.ShowTips(_content);
        }
Exemple #2
0
        void Update()
        {
            ATips tip = _target ? _target : ATips.fallback;

            tip.ShowTips(_content);
        }