Table of Contents

DOTogglePause Method

Namespace
DG.Tweening

DOTogglePause(AudioMixer)

public static int DOTogglePause(this AudioMixer target)

Toggles the paused state (plays if it was paused, pauses if it was playing) of all tweens that have this target as a reference (meaning tweens that were started from this target, or that had this target added as an Id) and returns the total number of tweens involved.

Parameters

target AudioMixer

Returns

int