public static LNRepeat Action(LNAction action, int t) { LNRepeat repeat = new LNRepeat(); repeat.time = t; repeat._action = action; repeat._duration = t * action.GetDuration(); return repeat; }
public static LNRepeat Action(LNAction action, int t) { LNRepeat repeat = new LNRepeat(); repeat.time = t; repeat._action = action; repeat._duration = t * action.GetDuration(); return(repeat); }