BBGamelib.CCEaseElasticIn.copyImpl C# (CSharp) Method

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction
		protected override CCAction copyImpl ()
		{
			CCEaseElasticIn action = new CCEaseElasticIn (_inner.reverse (), _period);
			return action;
		}
	}