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