- Home /
Question by
JohnDobson · Jan 10, 2017 at 08:56 PM ·
uibuttonstates
How do I reset a UI Button's color to it's 'normal' state.
My game has a UI Panel containing child UI Buttons using “Color Tint” states to provide player interface feedback when selecting game options. Buttons handle in-game state changes automatically, however when the player requests a game restart previously pressed buttons in the button pressed state transition to the highlighted state rather than normal state. How do I reset all the buttons to the normal state using C# code.
Comment
Your answer

Follow this Question
Related Questions
How to make the button respond to touch and hold feature? 5 Answers
Move through selected buttons one by one 0 Answers
How To Get UI Button To Stay In A Pressed State 1 Answer
How can I change the state of a button to "Normal" 0 Answers
How to Change Menu Button Rollover States with GameObjects 1 Answer