WaitEvents class
Constructors
Properties
Methods
-
chain(
) → WaitChainBuilder -
clear(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
periodic(
{required double time, required PeriodicCallback onTick, VoidCallback? onEnd}) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
double dt) → void -
wait(
{required double time, required VoidCallback onEnd}) → void -
waitAndDo(
{required double time, required TimeUpdateCallback onUpdate, VoidCallback? onEnd}) → void -
waitUntil(
{required UpdateSubscriptionCallback onUpdate, VoidCallback? onEnd}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited