Settings.SetAutoKill
Method in Settings
Declaration
public void SetAutoKill(bool autoKill)
Description
Sets whether to automatically kills tweens after being completed, by default. This setting can be overridden by individual tweens.
Parameters
autoKill | Whether to automatically kill tweens after being completed. |