OSATParams, TItemViewsHolder Properties |
The OSATParams, TItemViewsHolder generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AsMonoBehaviour | Simply casts the adapter to a MonoBehaviour and returns it. Guaranteed to be non-null, because OSATParams, TItemViewsHolder implements MonoBehaviour | |
| BaseParameters | The adapter's params that can be retrieved from anywhere through an IOSA reference to this adapter | |
| Content | ||
| ContentVirtualInsetFromViewportEnd | ||
| ContentVirtualInsetFromViewportStart | ||
| ContentVirtualSizeToViewportRatio | Obsolete. | |
| IsDragging | Wether the scrollrect is currently dragged (i.e. the finger/mouse holds onto it) | |
| IsHorizontal | ||
| IsInitialized | ||
| IsVertical | ||
| Parameters | The adapter's parameters as seen in inspector | |
| RecyclableItemsCount | The number of items that are cached and waiting to be recycled | |
| Velocity | The velocity of the content panel in local UI space (from left to right = positive, from bottom to top = positive) | |
| Viewport | ||
| VisibleItemsCount | The number of currently visible items (views holders). Can be used to iterate through all of them using GetItemViewsHolder(Int32) |