Class ScrollRect
Rectangle where scrolling happens on the main thread.
public sealed record ScrollRect : IEquatable<ScrollRect>
- Inheritance
-
ScrollRect
- Implements
- Inherited Members
Constructors
ScrollRect(Rect, string)
Rectangle where scrolling happens on the main thread.
public ScrollRect(Rect Rect, string Type)
Parameters
Properties
Rect
Rectangle itself.
public Rect Rect { get; init; }
Property Value
Type
Reason for rectangle to force scrolling on the main thread
public string Type { get; init; }