Settings.SetAutoStart
Method in Settings
Declaration
public void SetAutoStart(bool autoStart)
Description
Sets whether to automatically start tweens after being created, by default. This setting can be overridden by individual tweens.
Parameters
autoStart | Whether to automatically start tweens after being created. |