Esempio n. 1
0
        IEnumerator DelaySelect(PGISlot slot)
        {
            yield return(new WaitForEndOfFrame());

            if (slot.OverridingSlot != null)
            {
                slot.OverridingSlot.Select();
            }
            else
            {
                slot.Select();
            }
            yield break;
        }