Can You change the value of a toggle without having it call it's OnValueChanged functions?
When the user presses the toggle i need some code to happen but sometimes i need to change the Active state of the toggle in code without triggering it's OnValueChanged. Is there a way to "silently" switch the state of a toggle?
When the user presses the toggle i need some code to happen but sometimes i need to change the Active state of the toggle in code without triggering it's OnValueChanged. Is there a way to "silently" switch the state of a toggle?