The loader for the UI elements that can be clicked. More...
Public Member Functions | |
void | OnPointerClick (PointerEventData eventData) |
The event that occurs when UI element is clicked. | |
![]() | |
void | Show () |
Shows the viewer. | |
Additional Inherited Members | |
![]() | |
RectTransform | container |
The container of the viewer where the viewer will be created. | |
Viewer | viewerPrefab |
The prefab of the viewer. | |
TargetType | targetType = TargetType.Gallery |
The type of the target of the loader. | |
int | frameIndex |
The index of the frame. | |
Frames | frames |
The frames of the gallery. | |
Gallery | gallery |
The gallery. | |
The loader for the UI elements that can be clicked.
void OnPointerClick | ( | PointerEventData | eventData | ) |
The event that occurs when UI element is clicked.
eventData | The event data. |