public CCBRotateXToState(CCBRotateXTo action, CCNode target)
     : base(action, target)
 {
     DstAngle   = action.DstAngle;
     startAngle = Target.RotationX;
     diffAngle  = DstAngle - startAngle;
 }
			public CCBRotateXToState(CCBRotateXTo action, CCNode target)
				: base(action, target)
			{
				DstAngle = action.DstAngle;
				startAngle = Target.RotationX;
				diffAngle = DstAngle - startAngle;
			}