public CCBRotateYToState(CCBRotateYTo action, CCNode target) : base(action, target) { DstAngle = action.DstAngle; startAngle = Target.RotationY; diffAngle = DstAngle - startAngle; }