|Items|{{RootFieldType|SyncList`1|[[#Item|Item]]}}|TypeAdv0=true| A list of items to move and activate/deactivate if they are within/outside of the <code>RegionSize</code>
|Items|{{RootFieldType|SyncList`1|[[#Item|ObjectScroller.Item]]}}|TypeAdv0=true| A list of items to move and activate/deactivate if they are within/outside of the <code>RegionSize</code>
|Offset|Float3| How much to offset the positions of <code>Items</code> in order to scroll them.
|Offset|Float3| How much to offset the positions of <code>Items</code> in order to scroll them.
|RegionSize|Float3| The size area objects have to be touching from their current position and size after <code>Offset</code> is applied in order to stay visible.
|RegionSize|Float3| The size area objects have to be touching from their current position and size after <code>Offset</code> is applied in order to stay visible.
The ObjectScroller component acts as a way to scroll a list of items with sizes by offsetting them within a region they should appear within. Objects outside of the region get disabled until the Offset allows them to appear within it again.