示例#1
0
        protected bool InitWithDuration(float t, ccBezierConfig c)
        {
            if (base.InitWithDuration(t))
            {
                m_sConfig = c;
                return(true);
            }

            return(false);
        }
示例#2
0
        protected bool InitWithDuration(float t, ccBezierConfig c)
        {
            if (base.InitWithDuration(t))
            {
                m_sConfig = c;
                return true;
            }

            return false;
        }
示例#3
0
 public CCBezierBy(float t, ccBezierConfig c)
 {
     InitWithDuration(t, c);
 }
示例#4
0
 public CCBezierBy (float t, ccBezierConfig c)
 {
     InitWithDuration(t, c);
 }