标签:jpg blog style UI 游戏 images logs test 点击
1 : 通过 Hierarchy 面板创建 UI > Button
.
2 : 创建一个脚本 TestClick.cs, 定义了一个 Click 的 public 方法(一定要是public的方法).
3 : 把 脚本 TestClick.cs 挂到一个游戏对象或者Button本身上.
4 : 把挂脚本的游戏对象拖到图中Button的画红圈的位置.
5 : 点击图中Button的画蓝圈的位置,选择TestClick脚本,选择Click方法.
运行.
标签:jpg blog style UI 游戏 images logs test 点击
原文地址:http://www.cnblogs.com/Peng18233754457/p/7792442.html