Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: wallabie on May 26, 2014, 09:59:29 AM
-
I've got a use case where I need to change UIInput InactiveColor from code. I found how to change the ActiveTextColor but cannot do it with InactiveColor. I could not find this prop even in the UIInput script.
-
The inactive color is simply the starting color of the label.
-
I really need to be able to set different Inactive colors but not sure how to do it with the starting color. Does this mean that in order to set the Inactive color via code I would I have to change the label's color directly?
-
Yup.