protected override CCAction reverseImpl() { CCAction act = new CCSpawn(_one.reverse(), _two.reverse()); return(act); }
protected override CCAction copyImpl() { CCAction act = new CCSpawn(_one.copy(), _two.copy()); return(act); }
public static CCActionFiniteTime ActionWithOneTwo(CCActionFiniteTime one, CCActionFiniteTime two) { CCSpawn act = new CCSpawn(one, two); return(act); }
protected override CCAction reverseImpl () { CCAction act = new CCSpawn (_one.reverse (), _two.reverse ()); return act; }
protected override CCAction copyImpl () { CCAction act = new CCSpawn (_one.copy(), _two.copy()); return act; }
public static CCActionFiniteTime ActionWithOneTwo(CCActionFiniteTime one, CCActionFiniteTime two){ CCSpawn act = new CCSpawn(one, two); return act; }