Exemple #1
0
 protected bool InitWithDuration(float t, CCBezierConfig c)
 {
     if (base.InitWithDuration(t))
     {
         m_sConfig = c;
         return(true);
     }
     return(false);
 }
Exemple #2
0
 protected bool InitWithDuration(float t, CCBezierConfig c)
 {
     if (base.InitWithDuration(t))
     {
         m_sConfig = c;
         return true;
     }
     return false;
 }
Exemple #3
0
 public CCBezierBy(float t, CCBezierConfig c)
 {
     InitWithDuration(t, c);
 }
Exemple #4
0
 public CCBezierBy (float t, CCBezierConfig c)
 {
     InitWithDuration(t, c);
 }