BBGamelib.CCShake.reverseImpl C# (CSharp) Method

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction
		protected override CCAction reverseImpl ()
		{
			return new CCShake(this.duration, amplitude, dampening, FloatUtils.EQ(shakeInterval , 0) ? 0 : Mathf.RoundToInt(1/shakeInterval));
		}