Exemplo n.º 1
0
 Transform  MakeMyDay()
 {
     isDay          = true;
     tod            = new TimeObjDay(m_Date, tof.dayParent, this, false);
     tof.hourParent = tod.dGo.transform;
     return(tod.dGo.transform);
 }
Exemplo n.º 2
0
        public Transform MakeMyDay(bool tf)
        {
            if (!isDay)
            {
                isDay = true;
                tod   = new TimeObjDay(m_Date, MessageMgr.Instance.gameRoot, this, tf);

                return(tod.dGo.transform);
            }
            else
            {
                return(null);
            }
        }
Exemplo n.º 3
0
 public void Init(TimeObjDay _tod)
 {
     tod = _tod;
     U.Log("AAAAAAAAAAA " + tod.ToString());
 }