diff options
| author | chai <chaifix@163.com> | 2021-04-07 21:06:10 +0800 |
|---|---|---|
| committer | chai <chaifix@163.com> | 2021-04-07 21:06:10 +0800 |
| commit | c7e2d8f773baa3955f17402b842eb43329c5f3a0 (patch) | |
| tree | 5ba3985d20a2908a67fefa89579f6cf3a94b6a5a /Assets/Scripts/CapsuleButton.cs | |
| parent | e7dfbec8e8634e767d78959941daf71a96e021cf (diff) | |
+UI_Effect
Diffstat (limited to 'Assets/Scripts/CapsuleButton.cs')
| -rw-r--r-- | Assets/Scripts/CapsuleButton.cs | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Assets/Scripts/CapsuleButton.cs b/Assets/Scripts/CapsuleButton.cs deleted file mode 100644 index b72e5bd..0000000 --- a/Assets/Scripts/CapsuleButton.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; -using UnityEngine.UI; -using UnityEngine.EventSystems; - -public class CapsuleButton : MonoBehaviour, IPointerDownHandler, IPointerUpHandler, IPointerClickHandler -{ - public virtual void OnPointerClick(PointerEventData eventData) - { - Debug.Log("CapsuleButton.OnPointerClick"); - } - - public virtual void OnPointerUp(PointerEventData eventData) - { - Debug.Log("CapsuleButton.OnPointerUp"); - } - - public virtual void OnPointerDown(PointerEventData eventData) - { - Debug.Log("CapsuleButton.OnPointerDown"); - } - -} |
