Skip to main content

Set Property on Scroll Prefab (Scroll)

A prefab that adjusts an object's property as the user scrolls.

Updated over 3 weeks ago

Overview

Set Property on Scroll prefabs change an object property over the course of a scroll range. At the beginning of the scroll range, the object property will have an initial value, and at the end of the scroll range, the object property will have a final value. Throughout the scroll range, the value will be between the initial and final values.

Set Property on Scroll prefabs should be added to the scrollable container.


Prefab Controls

Scroll From

Set the start percent value for the range.

Scroll To

Set the end percent value for the range.

Target

Select the object thats property should change.

Property

Select the object property that should change.

From Value

Set the start value for the property. This will be the property's value at the beginning of the scroll range.

To Value

Set the end value for the property. This will be the property's value at the end of the scroll range.

Did this answer your question?