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

            return(act);
        }