Table of Contents

DOComplete Method

Namespace
DG.Tweening

DOComplete(AudioMixer, bool)

public static int DOComplete(this AudioMixer target, bool withCallbacks = false)

Completes 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 completed (meaning the tweens that don't have infinite loops and were not already complete)

Parameters

target AudioMixer
withCallbacks bool

For Sequences only: if TRUE also internal Sequence callbacks will be fired, otherwise they will be ignored

Returns

int