Class ScrollRectAdapter
Implements
Namespace: i5.Toolkit.Core.Utilities.UnityAdapters
Assembly: cs.temp.dll.dll
Syntax
public class ScrollRectAdapter : IScrollView
Constructors
ScrollRectAdapter(ScrollRect)
Declaration
public ScrollRectAdapter(ScrollRect adaptee)
Parameters
Type | Name | Description |
---|---|---|
ScrollRect | adaptee |
Properties
Adaptee
Declaration
public ScrollRect Adaptee { get; }
Property Value
Type | Description |
---|---|
ScrollRect |
NormalizedPosition
Declaration
public Vector2 NormalizedPosition { get; set; }
Property Value
Type | Description |
---|---|
Vector2 |