protected override CCAction copyImpl() { CCRotateBy act = new CCRotateBy(this.duration, _angle); return(act); }
protected override CCAction reverseImpl() { CCRotateBy act = new CCRotateBy(_duration, -_angle); return(act); }