Click or drag to resize

BaseParamsContentGravity Enumeration

Represents how often or when the optimizer does his core loop: checking for any items that need to be created, destroyed, disabled, displayed, recycled

Namespace:  frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum ContentGravity
Members
  Member nameValueDescription
NONE0you set it up manually
START1top if vertical scrollview, else left
CENTER2top if vertical scrollview, else left
END3bottom if vertical scrollview, else right
Version Information

Optimized ScrollView Adapter

Supported in: 3.1
See Also