Ejemplo n.º 1
0
        public void Clear()
        {
            HoverScreenEmitter hse = GameObject.Find("LocalCar")?.GetComponent <HoverScreenEmitter>();
            HoverScreenParent  hsp = Utilities.Utilities.GetPrivate <HoverScreenParent>(hse, "hoverScreenParent_");
            TrickyTextLogic    ttl = hsp.trickyTextObj_.GetComponent <TrickyTextLogic>();

            Utilities.Utilities.GetPrivate <PriorityQueue <TrickyTextLogic.TrickText> >(ttl, "textList_").Clear();
        }
Ejemplo n.º 2
0
            public static void Clear()
            {
                HoverScreenEmitter hse = GameObject.Find("LocalCar")?.GetComponent <HoverScreenEmitter>();
                HoverScreenParent  hsp = hse.hoverScreenParent_;
                TrickyTextLogic    ttl = hsp.rightTrickyTextObj_.GetComponent <TrickyTextLogic>();

                ttl.textList_.Clear();
            }