|
Elin Decompiled Documentation EA 23.230 Nightly
|
Public Member Functions | |
| override void | init () |
Public Member Functions inherited from Mosframe.DynamicScrollView | |
| void | scrollToLastPos () |
| void | scrollByItemIndex (int itemIndex) |
| void | refresh () |
| void | Build () |
| void | Update () |
| void | OnResize () |
| void | resizeContent () |
| virtual void | init () |
Protected Member Functions | |
| override void | Awake () |
| override void | Start () |
Protected Member Functions inherited from Mosframe.DynamicScrollView | |
| override void | Awake () |
| virtual void | clear () |
Properties | |
| override float | contentAnchoredPosition [get, set] |
| override float | contentSize [get] |
| override float | viewportSize [get] |
| override float | itemSize [get] |
Properties inherited from Mosframe.DynamicScrollView | |
| abstract float | contentAnchoredPosition [get, set] |
| abstract float | contentSize [get] |
| abstract float | viewportSize [get] |
| abstract float | itemSize [get] |
Additional Inherited Members | |
Public Types inherited from Mosframe.DynamicScrollView | |
| enum | Direction { Vertical , Horizontal } |
Public Attributes inherited from Mosframe.DynamicScrollView | |
| int | totalItemCount |
| RectTransform | itemPrototype |
| UIDynamicList | dynamicList |
| LinkedList< DSVRow > | containers = new LinkedList<DSVRow>() |
| int | prevTotalItemCount = -1 |
| RectTransform | contentRect |
Protected Attributes inherited from Mosframe.DynamicScrollView | |
| Direction | direction |
| float | prevAnchoredPosition |
| int | nextInsertItemNo |
| ScrollRect | scrollRect |
| RectTransform | viewportRect |
Definition at line 6 of file DynamicVScrollView.cs.
|
inlineprotected |
Definition at line 32 of file DynamicVScrollView.cs.
References Mosframe.DynamicScrollView.direction.
|
inlinevirtual |
Reimplemented from Mosframe.DynamicScrollView.
Definition at line 26 of file DynamicVScrollView.cs.
References Mosframe.DynamicScrollView.direction.
|
inlineprotected |
Definition at line 38 of file DynamicVScrollView.cs.
|
getset |
Definition at line 8 of file DynamicVScrollView.cs.
|
get |
Definition at line 20 of file DynamicVScrollView.cs.
|
getprotected |
Definition at line 24 of file DynamicVScrollView.cs.
|
get |
Definition at line 22 of file DynamicVScrollView.cs.