public static LNBezierBy Action(float t, LNBezierDef c) { LNBezierBy bezier = new LNBezierBy(); bezier._config = c; return(bezier); }
public static LNBezierBy Action(float t, LNBezierDef c) { LNBezierBy bezier = new LNBezierBy(); bezier._config = c; return bezier; }