Class ScrollRect
Rectangle where scrolling happens on the main thread.
public sealed class ScrollRect
- Inheritance
-
ScrollRect
- Inherited Members
Properties
Rect
Rectangle itself.
[JsonPropertyName("rect")]
public Rect Rect { get; set; }
Property Value
Type
Reason for rectangle to force scrolling on the main thread
[JsonPropertyName("type")]
public ScrollRectTypeValues Type { get; set; }