Click or drag to resize

OSATParams, TItemViewsHolder Properties

The OSATParams, 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 IOSA reference to this adapter
Public propertyContent
Public propertyContentVirtualInsetFromViewportEnd
Public propertyContentVirtualInsetFromViewportStart
Public propertyContentVirtualSizeToViewportRatio Obsolete.
Public propertyIsDragging
Wether the scrollrect is currently dragged (i.e. the finger/mouse holds onto it)
Public propertyIsHorizontal
Public propertyIsInitialized
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 propertyViewport
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