1
NGUI 3 Support / Re: UpdateColor is not a member of UIButton
« on: April 16, 2014, 07:43:35 AM »
Had that same probleme too: tried the SetState() on a UIButton.
It does not appear in the completion. Seems protected :
Console error : UIButtonColor.SetState(UIButtonColor.State, bool)' is inaccessible due to its protection level
(on 3.5.5 and 3.5.7)
Any ideas/examples on syntax on a UIButton ? (not a UIButtonColor)
Thank you very much
It does not appear in the completion. Seems protected :
Console error : UIButtonColor.SetState(UIButtonColor.State, bool)' is inaccessible due to its protection level
(on 3.5.5 and 3.5.7)
Any ideas/examples on syntax on a UIButton ? (not a UIButtonColor)
Thank you very much

