From c7e2d8f773baa3955f17402b842eb43329c5f3a0 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 7 Apr 2021 21:06:10 +0800 Subject: +UI_Effect --- Assets/Test/00_EventSystem/Test.cs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Assets/Test/00_EventSystem/Test.cs (limited to 'Assets/Test/00_EventSystem/Test.cs') diff --git a/Assets/Test/00_EventSystem/Test.cs b/Assets/Test/00_EventSystem/Test.cs new file mode 100644 index 0000000..69d4549 --- /dev/null +++ b/Assets/Test/00_EventSystem/Test.cs @@ -0,0 +1,23 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Test : MonoBehaviour { + + // Use this for initialization + void Start () { + + } + + // Update is called once per frame + void Update () { + + } + + public void OnClickCallback() + { + Debug.Log("OnClicked!!!"); + } + + +} -- cgit v1.1-26-g67d0