Settings.SetInitialCapacity
Method in Settings
Declaration
public void SetInitialCapacity(int initialCapacity)
Description
Sets the initial amount of tweens memory is allocated for when the system starts. Additional memory will be allocated as needed.
Parameters
initialCapacity | The initial capacity to set. |