Inheritance: CCActionInterval
Esempio n. 1
0
		protected override CCAction copyImpl ()
		{
			CCTintTo act = new CCTintTo(this.duration, _to.r, _to.g, _to.b);
			return act;
		}
Esempio n. 2
0
        protected override CCAction copyImpl()
        {
            CCTintTo act = new CCTintTo(this.duration, _to.r, _to.g, _to.b);

            return(act);
        }