예제 #1
0
        protected override CCAction reverseImpl()
        {
            CC3RotateBy act = new CC3RotateBy(_duration, -_angle);

            return(act);
        }
예제 #2
0
        protected override CCAction copyImpl()
        {
            CC3RotateBy act = new CC3RotateBy(this.duration, _angle);

            return(act);
        }