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:  Com.ForbiddenByte.OSA.Core
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum ContentGravity
Members
  Member nameValueDescription
FROM_PIVOT0you 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: 4.1
See Also