pull/2/head
jaysunxiao 2022-06-19 12:07:26 +08:00
parent ca09eeab32
commit 84f351ff56
1 changed files with 7 additions and 3 deletions

View File

@ -13,6 +13,10 @@
# 2. 通过输入事件来控制物体移动
![Image text](image/move1.png)
![Image text](image/move2.png)
![Image text](image/move3.png)
- 事件系统是游戏开发过程中需要涉及到交互常用的功能。
- 使用事件系统不仅可以将输入行为(例如:键盘、鼠标、触摸)以事件的形式发送到应用程序
- 也可以将游戏过程中的发生的,需要其他对象关注的事情通过事件的形式回应。例如:游戏胜利后需要打开结算或者奖励界面。
![Image text](image/move1.png)
![Image text](image/move2.png)
![Image text](image/move3.png)