public UnityEvent<int> onBackgroundChanged;
Description
The event is triggered when the background color is changed. The return value is the index of the color in the color list.
public UnityEvent<int> onBackgroundChanged;
The event is triggered when the background color is changed. The return value is the index of the color in the color list.