ScrolledEventArgs
Namespace: Vuplex.WebView
Event args to indicate that a prefab has been scrolled.
Public properties
Vector2 Point
The normalized point that was passed to IWebView.Scroll()
.
Vector2 ScrollDelta
The scroll delta that was passed to IWebView.Scroll()
.