Exemplo n.º 1
0
 public virtual CCActionInterval reverse()
 {
     return((CCActionInterval)(CCAction)CCSpeed.actionWithAction((CCActionInterval)m_pInnerAction.reverse(), m_fSpeed));
 }