상속: CCActionInterval
예제 #1
0
		protected override CCAction reverseImpl ()
		{
			CCRotateBy act = new CCRotateBy (_duration, -_angle);
			return act;
		}
예제 #2
0
        protected override CCAction copyImpl()
        {
            CCRotateBy act = new CCRotateBy(this.duration, _angle);

            return(act);
        }
예제 #3
0
		protected override CCAction copyImpl ()
		{
			CCRotateBy act = new CCRotateBy (this.duration, _angle);
			return act;
		}
예제 #4
0
        protected override CCAction reverseImpl()
        {
            CCRotateBy act = new CCRotateBy(_duration, -_angle);

            return(act);
        }