protected bool InitWithDuration(float t, ccBezierConfig c) { if (base.InitWithDuration(t)) { m_sConfig = c; return(true); } return(false); }
protected bool InitWithDuration(float t, ccBezierConfig c) { if (base.InitWithDuration(t)) { m_sConfig = c; return true; } return false; }
public CCBezierBy(float t, ccBezierConfig c) { InitWithDuration(t, c); }
public CCBezierBy (float t, ccBezierConfig c) { InitWithDuration(t, c); }