Пример #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);
        }