Table of Contents

SetAutoKill Method

Namespace
DG.Tweening
Assembly
DOTween.dll

SetAutoKill<T>(T)

public static T SetAutoKill<T>(this T t) where T : Tween

Parameters

t T

Returns

T

Type Parameters

T

SetAutoKill<T>(T, bool)

public static T SetAutoKill<T>(this T t, bool autoKillOnCompletion) where T : Tween

Parameters

t T
autoKillOnCompletion bool

Returns

T

Type Parameters

T