afterTime

fun afterTime(dt: Double, unit: Time = Seconds, a: Action): TaskBuilder

Schedules action a to execute in parallel starting dt seconds after the last trajectory segment, turn, or other action.


fun afterTime(dt: Double, unit: Time = Seconds, f: InstantFunction): TaskBuilder

Schedules function f to execute in parallel starting dt seconds after the last trajectory segment, turn, or other action.