Currently when you scroll something in a scrollRect, by using the mouse, touch etc., it's on a 1:1 basis.
Move the mouse 100 pixels, and the content is scrolled 100 pixels.
Is there a way to e.g. double this?
So when moving the mouse (or dragging when using touch) 100 pixels, the content is scrolled 200 pixels.
I guess I'm looking for a multiplier or something, but I don't know where to find it, or how to achieve it.
Hope someone can help me
Move the mouse 100 pixels, and the content is scrolled 100 pixels.
Is there a way to e.g. double this?
So when moving the mouse (or dragging when using touch) 100 pixels, the content is scrolled 200 pixels.
I guess I'm looking for a multiplier or something, but I don't know where to find it, or how to achieve it.
Hope someone can help me
