Answers for "how do i get the value from a scrollbar in unity c#"

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

Code answers related to "how do i get the value from a scrollbar in unity c#"

C# Answers by Framework

Browse Popular Code Answers by Language