changescrollvalue - eisclimber/ExPresS-XR GitHub Wiki
Method in PictureScrollViewer
Sets the current scroll value and optionally controlling the slider too.
public void ChangeScrollValue(float value, bool controlSlider = true)| Name | Description |
|---|---|
float value |
Value to be set. |
bool controlSlider |
If true, will also attempt to update the sliders position. |