public UnityEvent<int> onImageIndexChanged;
Description
Triggered when images are switched. The event parameter indicates the index of the image that is being displayed after the switch.
public UnityEvent<int> onImageIndexChanged;
Triggered when images are switched. The event parameter indicates the index of the image that is being displayed after the switch.