Click or drag to resize

OSA TParams, TItemViewsHolder Properties

The OSATParams, TItemViewsHolder generic type exposes the following members.

Properties
Name Description
Public property AsMonoBehaviour
Public property BaseParameters
The adapter's params that can be retrieved from anywhere through an IOSA reference to this adapter
Public property Content
Public property ContentVirtualInsetFromViewportEnd
Public property ContentVirtualInsetFromViewportStart
Public property InsertAtIndexSupported
Whether InsertItems(Int32, Int32, Boolean, Boolean) is supported. If false, ResetItems(Int32, Boolean, Boolean) should be used instead
Public property IsDragging
Wether the scrollrect is currently dragged (i.e. the finger/mouse holds onto it)
Public property IsHorizontal
Only one of IsHorizontal and IsHorizontal should be true at any moment
Public property IsInitialized
Public property IsVertical
Only one of IsHorizontal and IsHorizontal should be true at any moment
Public property Parameters
The adapter's parameters as seen in inspector
Public property RecyclableItemsCount
The number of items that are cached and waiting to be recycled
Public property RemoveFromIndexSupported
Whether RemoveItems(Int32, Int32, Boolean, Boolean) is supported. If false, ResetItems(Int32, Boolean, Boolean) should be used instead
Public property Velocity
The velocity of the content panel in local UI space (from left to right = positive, from bottom to top = positive)
Public property Viewport
Public property VisibleItemsCount
The number of currently visible items (views holders). Can be used to iterate through all of them using GetItemViewsHolder(Int32)
Top
See Also