Table of Contents

Kill Method

Namespace
DG.Tweening
Assembly
DOTween.dll

Kill(object, bool)

public static int Kill(object targetOrId, bool complete = false)

Parameters

targetOrId object
complete bool

Returns

int

Kill(object, object, bool)

public static int Kill(object target, object id, bool complete = false)

Parameters

target object
id object
complete bool

Returns

int