PickerItem

A component attached to the item stored in the picker.

Event

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 .
Function to get the state

Name

Description

position

The item’s scroll position. Available as an argument to PickerScrollRect.ScrollTo().

Function to get or set status

Name

Description

userData

A variable that can be set with any data.