HasPauseToggle
trait HasPauseToggle
Add this trait on a View
to give it a pause toggle. You’ll still need to call togglePause
on whichever event you want to pause the view (e.g., user hitting space bar).
Value members
Concrete methods
Determines whether the view should be paused at the current state.
Determines whether the view should be paused at the current state.
- Definition Classes
Whether the view starts in a paused state. By default, always returns false
.
Whether the view starts in a paused state. By default, always returns false
.