TimeCommand
class TimeCommand(execute: BiFunction<Double, Double, Boolean>, clock: NanoClock = NanoClock.system) : Command
A time-based command.
Parameters
execute
the execute function, accepting the time elapsed since initialization and the time since last update, and returning whether the command is finished.
Functions
Link copied to clipboard
Runs repeatedly until isFinished returns true.
Link copied to clipboard
Returns whether this command is finished.