Answers for "unity scrollrect scroll to item"

C#
1

unity get scrollbar value

// To get the value of a scrollbar, use below
gameObject.GetComponent<Scrollbar>().value;
Posted by: Guest on February-23-2020
0

unity scrollrect init pos

Set Pivot Y of the content to 1
if you want your content align with the top of your scrollrect
Posted by: Guest on December-15-2020

Code answers related to "unity scrollrect scroll to item"

C# Answers by Framework

Browse Popular Code Answers by Language