* System 被安装后,所有的 awake 执行完后 * * Called while the System installed, after all of systems' awake been called
()
| 101 | * Called while the System installed, after all of systems' awake been called |
| 102 | */ |
| 103 | start() { |
| 104 | this.engine.start(); |
| 105 | } |
| 106 | /** |
| 107 | * 每一次游戏循环调用,可以做一些游戏操作,控制改变一些组件属性。 |
| 108 | * |
nothing calls this directly
no outgoing calls
no test coverage detected