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