Question by
StrongLei · Sep 22, 2017 at 09:59 AM ·
uisource code
Why does Button need to implement IEventSystemHandler?
about UGUI source code inheritance relationship:
Selectable:IEventSystemHandler, ...
Button:Selectable,IEventSystemHandler,...
and other similar ui components:DropDown,Scrollbar,Slider,Toggle,InputField
I don't think IEventSystemHandler is necessary,Is it?
Comment
Your answer

Follow this Question
Related Questions
How to tell when a user is done interacting with UI.Slider? 0 Answers
how to make content fit a UI panel 0 Answers
detect any UI action 1 Answer
Dynamic Menu C# 0 Answers