The condition which must be satisfied for the repeat to automatically finish.
The action to perform for every update that the repeat is active.
The action to perform for every update that the repeat is active.
The action to perform for every update that the repeat is active.
The condition which must be satisfied for the repeat to automatically finish.
The condition which must be satisfied for the repeat to automatically finish.
This event fires when the Repeat finishes.
Signifies whether the Repeat has stopped.
Provides a way of identifying repeats so they can be easily retrieved later.
Returns the name of this type. This can be used rather than instanceof which is sometimes unreliable.
Provides a way for setting the ref through a chained function call. For example:
clock.addChild(Repeat.forMs(100, console.log('Hello!')).withRef('repeat'));
The calling object.
The ref to set on the object.
Generated using TypeDoc
The ConditionalRepeat defines some action which should be performed on every update cycle until some condition has been met.