BBGamelib.CCEaseElasticIn.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			CCEaseElasticOut action = new CCEaseElasticOut (_inner.copy (), _period);
			return action;
		}