Example #1
0
 public override CCFiniteTimeAction Reverse()
 {
     return(CCEaseExponentialIn.actionWithAction((CCActionInterval)m_pOther.Reverse()));
 }