- Home /
Question by
ozgurdugmeci · Apr 27, 2015 at 10:50 PM ·
uibuttons
possible to change ui buttons sensitivity?
hello guys,
is it possible to change an ui buttons sensitivity? let's say instead of pushing button, can i activate a button when the mouse pointer is on an ui button?
thanks for any answers and advices.
Comment
Answer by DoTA_KAMIKADzE · Apr 27, 2015 at 10:54 PM
Yes it is possible if you're okay with using code for this. Pointer over event is called OnPointerEnter and if you'll want to click from code then you should use ExecuteEvents.Execute.