chu35177 发表于 2012-12-19 14:23

unity 自带GUILayout.Label 怎么判断 单击 事件?

unity 自带GUILayout.Label怎么判断 单击 事件? 谢谢大家了

神秘入侵者 发表于 2012-12-19 15:32

if (guiText.HitTest (Vector3(360, 450, 0)))
    print ("This gui texture covers pixel 360, 450");

chu35177 发表于 2012-12-19 17:33

神秘入侵者 发表于 2012-12-19 15:32 static/image/common/back.gif
if (guiText.HitTest (Vector3(360, 450, 0)))
    print ("This gui texture covers pixel 360, 450");

谢谢 我去试试。

silence394 发表于 2013-1-8 11:35

这个帖子不错,大家快来顶起来!

yjzmedia 发表于 2017-4-1 10:57

很不错

ITpontiff 发表于 2017-4-1 10:53

好帖就是要顶

leeliang1987 发表于 2017-4-1 11:13

难得一见的好帖

ITpontiff 发表于 2017-4-1 10:58

说的非常好

ITpontiff 发表于 2017-4-1 11:21

LZ真是人才

Answer 发表于 2017-7-8 17:01

很不错
页: [1]
查看完整版本: unity 自带GUILayout.Label 怎么判断 单击 事件?