This commit is contained in:
陈思海 2025-04-17 16:06:10 +08:00
parent 52a8c7358a
commit 1956de3bda

View File

@ -62,7 +62,6 @@ internal enum SelectionState
} }
[DisallowMultipleComponent] [DisallowMultipleComponent]
[RequireComponent(typeof(Graphic))]
public class UXButton : UIBehaviour, IButton, public class UXButton : UIBehaviour, IButton,
IPointerDownHandler, IPointerDownHandler,
IPointerUpHandler, IPointerUpHandler,