Click or drag to resize

SRIATParams, TItemViewsHolder Properties

The SRIATParams, TItemViewsHolder generic type exposes the following members.

Properties
  NameDescription
Public propertyAsMonoBehaviour
Public propertyBaseParameters
The adapter's params that can be retrieved from anywhere through an ISRIA reference to this adapter
Public propertyContentVirtualInsetFromViewportEnd
Public propertyContentVirtualInsetFromViewportStart
Public propertyContentVirtualSizeToViewportRatio
Public propertyInitialized
Public propertyIsDragging
Wether the scrollrect is currently dragged (i.e. the finger/mouse holds onto it)
Public propertyIsHorizontal
Public propertyIsVertical
Public propertyParameters
The adapter's parameters as seen in inspector
Public propertyRecyclableItemsCount
The number of items that are cached and waiting to be recycled
Public propertyVelocity
The velocity of the content panel in local UI space (from left to right = positive, from bottom to top = positive)
Public propertyVisibleItemsCount
The number of currently visible items (views holders). Can be used to iterate through all of them using GetItemViewsHolder(Int32)
Top
See Also