PickerItem
A component attached to the item stored in the picker.
Name |
Description |
---|---|
onClick |
Event sent when an item is tapped or clicked.
For more information about events, please see https://docs.unity3d.com/Manual/UnityEvents.html .
|
Name |
Description |
---|---|
position |
The item’s scroll position. Available as an argument to PickerScrollRect.ScrollTo(). |
Name |
Description |
---|---|
userData |
A variable that can be set with any data. |