BBGamelib.CCTintTo.copyImpl C# (CSharp) Method

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction
		protected override CCAction copyImpl ()
		{
			CCTintTo act = new CCTintTo(this.duration, _to.r, _to.g, _to.b);
			return act;
		}