BBGamelib.CCShake.reverseImpl C# (CSharp) 메소드

reverseImpl() 보호된 메소드

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