Exemple #1
0
        public static LNBezierBy Action(float t, LNBezierDef c)
        {
            LNBezierBy bezier = new LNBezierBy();

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