BBGamelib.CCTintTo.copyImpl C# (CSharp) Метод

copyImpl() защищенный Метод

protected copyImpl ( ) : CCAction
Результат CCAction
		protected override CCAction copyImpl ()
		{
			CCTintTo act = new CCTintTo(this.duration, _to.r, _to.g, _to.b);
			return act;
		}