Inheritance: CCAction
示例#1
0
		protected override CCAction copyImpl ()
		{
			CCSpeed copy = new CCSpeed (_innerAction.copy (), _speed);
			return copy;
		}
示例#2
0
        protected override CCAction copyImpl()
        {
            CCSpeed copy = new CCSpeed(_innerAction.copy(), _speed);

            return(copy);
        }