Progress
: float
[Get][Set] |
The progress of the scroll view, specifically representing the normalized vertical position of the rectangle.
Signature
float Progress |
RefreshLayoutPostChildren
()
|
Signature
override void RefreshLayoutPostChildren() Returns override void |
RefreshLayoutPreChildren
()
|
Signature
override void RefreshLayoutPreChildren() Returns override void |
Setup
(
owner
)
|
SetProgressWithoutPreservation
(
progress
)
|
Sets the scroll position without preservation during layout updates.
Signature
void SetProgressWithoutPreservation(float progress) Parameters progress: floatÂ
The scroll progress (0.0f = top, 1.0f = bottom)
Returns void |