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
Syntaxpublic enum ContentGravity
Members|
| Member name | Value | Description |
|---|
| FROM_PIVOT | 0 | you set it up manually |
| START | 1 | top if vertical scrollview, else left |
| CENTER | 2 | top if vertical scrollview, else left |
| END | 3 | bottom if vertical scrollview, else right |
Version InformationOptimized ScrollView Adapter
Supported in: 4.1
See Also