Click or drag to resize

PackedGridLayoutGroup NumPasses Property

This refers to the number of different strategies to use when packing children. Set to as many as possible, if the FPS allows. See Packer2DBoxNodeChoosingStrategy.

At the moment (15 Mar 2019), more than 1 pass is executing only if the boxes don't all fit in the available space, as the first strategy (MAX_VOLUME) seems to always perform the best

Namespace: Com.ForbiddenByte.OSA.Util
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public int NumPasses { get; set; }

Property Value

Type: Int32
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also