Settings.SetRecyclable
Method in Settings
Declaration
public void SetRecyclable(bool recyclable)
Description
Sets whether to keep tweens in memory to be re-used after being killed, by default. This setting can be overridden by individual tweens.
Parameters
recyclable | Whether to allow tweens to be recycled. |