Click or drag to resize

BaseParamsOptimizationrecycleBinCapacity Field

How much objects besides the visible ones to keep in memory at max, besides the visible ones

By default, no more than the heuristically found "ideal" number of items will be held in memory

Set to a positive integer to limit it - Not recommended, unless you're OK with more GC calls (i.e. occasional FPS hiccups) in favor of using less RAM

Namespace:  Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int recycleBinCapacity

Field Value

Type: Int32
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also