Table of Contents

DOKill Method

Namespace
DG.Tweening

DOKill(AudioMixer, bool)

public static int DOKill(this AudioMixer target, bool complete = false)

Kills 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 killed.

Parameters

target AudioMixer
complete bool

If TRUE completes the tween before killing it

Returns

int