Method RepeatAction
RepeatAction(int, Action)
Repeats action specified number of times.
public static void RepeatAction(int times, Action action)
Repeats action specified number of times.
public static void RepeatAction(int times, Action action)