Dynamic variable array for text color and icon for list menu in a scene
For example, I have an array_list with (red, green, blue), so I want that when the list display, the item red will be in red color and so on.
So the idea is that we can create another array for example array_color based on array_list with (#ffff0000, #ff00ff00, #ff0000ff) and put the variable in the text color field. Then the text color and array item is link together by the array index, therefore the list will display array_list(1) with the text color array_color(1).
The same suggestion for image path in Item Layout. So we can put array_icon in the image path field.