Ejemplo n.º 1
0
 public override IAction Reverse()
 {
     return(CCActionRepeat.Create(m_innerAction.Reverse() as IFiniteTimeAction, m_times));
 }
Ejemplo n.º 2
0
 public static ActionInterval CCRepeat(ActionInterval action, uint time)
 {
     return(CCActionRepeat.Create(action, time));
 }