Exemplo n.º 1
0
 public override CCFiniteTimeAction Reverse()
 {
     return(CCDeccelAmplitude.actionWithAction(m_pOther.Reverse(), Duration));
 }
Exemplo n.º 2
0
 public override CCFiniteTimeAction reverse()
 {
     return(CCDeccelAmplitude.actionWithAction(this.m_pOther.reverse(), this.m_fDuration));
 }