Set Value on Click Property?
-
What does this do?
-
By default, a button changes its value/state and the callback is triggered when you release the mouse button.
If you activate this, the value/state of the button changes immediately when you click the mouse button. This feels more snappy. -
@MidiMinion aahhh...makes sense. If you script the button yourself, does that have the same effect as 'if (value)' check in a button callback?
-
No, that determines whether the callback is executed on mouse down or mouse up. Regardless of a script being attached to it.
-
C Chazrox has marked this topic as solved
-
@Chazrox Where do you see this option?
-
@d-healey button's property editor all the way down.
-
@Chazrox Oh yeah I see it, I was just being blind.