Header menu logo BaboonAPI

PauseAware Type

LoadedTromboneTrack extension for pause/resume functionality

Implementing this class allows you to react to the pause and resume

Instance members

Instance member Description

this.CanResume

Full Usage: this.CanResume

Returns: bool
Modifiers: abstract

Can this track be resumed after a pause?

If false, the curtains will close on pause.

Returns: bool

this.OnPause

Full Usage: this.OnPause

Parameters:
Modifiers: abstract

Called when this track is paused. Use this to pause backgrounds or other features.

arg0 : PauseContext

this.OnResume

Full Usage: this.OnResume

Parameters:
Modifiers: abstract

Called when this track is resumed (after the countdown).

arg0 : PauseContext

Type something to start searching.