repo.or.cz
/
linguofeng.github.com.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update
[linguofeng.github.com.git]
/
_posts
/
2014-03-02-unity-3d-sprite-click-event.textile
blob
d9986be91c9dc11b6745814cb560a8043f5c1d31
1
---
2
layout: post
3
title: Unity3D Sprite Click Event
4
description: Unity3D精灵点击事件
5
categories: [archive]
6
tags: [unity3d]
7
---
8
9
<section>
10
<p>给Sprite加上Box Collider 2D碰撞检测,然后绑定带有OnMouseDown方法的脚本即可。</p>
11
</section>