Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: wallabie on May 26, 2014, 09:59:29 AM

Title: UIInput inactive text color - how to change.
Post 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.
Title: Re: UIInput inactive text color - how to change.
Post by: ArenMook on May 26, 2014, 11:06:26 PM
The inactive color is simply the starting color of the label.
Title: Re: UIInput inactive text color - how to change.
Post by: wallabie on May 27, 2014, 07:33:05 AM
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?

Title: Re: UIInput inactive text color - how to change.
Post by: ArenMook on May 28, 2014, 06:54:31 AM
Yup.