Inheritance: CCActionInterval
Ejemplo n.º 1
0
		protected override CCAction reverseImpl ()
		{
			CCRotateBy act = new CCRotateBy (_duration, -_angle);
			return act;
		}
Ejemplo n.º 2
0
        protected override CCAction copyImpl()
        {
            CCRotateBy act = new CCRotateBy(this.duration, _angle);

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

            return(act);
        }