API reference
API reference
Select your platform
No SDKs available
No versions available

ScrollView Class

This is a MonoBehaviour for the UI container that can be vertically scrolled.
It manages the child ScrollViewport Used by inspector debug data and console logs of Immersive Debugger. For more info about Immersive Debugger, check out the official doc

Properties

Progress : float
[Get][Set]
The progress of the scroll view, specifically representing the normalized vertical position of the rectangle.
Signature
float Progress

Protected Methods

RefreshLayoutPostChildren ()
Signature
override void RefreshLayoutPostChildren()
Returns
override void
RefreshLayoutPreChildren ()
Signature
override void RefreshLayoutPreChildren()
Returns
override void
Setup ( owner )
Signature
override void Setup(Controller owner)
Parameters
owner: Controller
Returns
override void