被动触发:满足条件后自动触发(比如鼠标点击后,自动触发点击事件) 被动触发的事件系统: EventSystem 负责调度处理事件的输入、射线和发送事件消息 First Selected:默认选中的游戏对象 Send Navigation Events:是否发送导航事件(是否可以用键盘方向键控制事件) ...
分类:
其他好文 时间:
2017-01-28 16:38:41
阅读次数:
459
CasperJS is a navigation scripting & testing utility for the PhantomJS (WebKit) and SlimerJS (Gecko) headless browsers, written in Javascript. Phantom... ...
分类:
Web程序 时间:
2017-01-22 23:39:48
阅读次数:
820
知识点: 1.UINavigationController 2.UINavigationItem 3.UINavigationBar 4.UINavigationController视图切换 UINavigationController 1.什么是导航控制器 作用:管理视图控制器 2.UINavig ...
分类:
移动开发 时间:
2017-01-19 23:13:06
阅读次数:
400
Badboy是一个录制web脚本的工具 1.下载Badboy:http://www.badboy.com.au/download/add 2.启动Badboy,认识主界面 3.使用Badboy录制web脚本 Badboy提供两个模式的录制:Request(默认模式) 和Navigation模式.点击 ...
分类:
数据库 时间:
2017-01-15 21:32:24
阅读次数:
1355
RecastNavigation下载地址 https://github.com/recastnavigation/recastnavigation CritterAI 下载地址 http://www.critterai.org/ ...
分类:
其他好文 时间:
2017-01-13 20:45:10
阅读次数:
704
1.首先把游戏场景中的物体设为静态 2.选中Window 中的Navigation ,点击Bake进行场景烘焙 3.在需要寻路的游戏对象上添加 NavMeshAgent组件。调整其AgentSize大小与游戏对象适应。 4.新建脚本,挂在需要寻路的对象身上。 using UnityEngine; u ...
分类:
其他好文 时间:
2017-01-09 23:44:46
阅读次数:
244
官网:https://developer.android.com/training/implementing-navigation/nav-drawer.htmlactivity_main.xml
<...
分类:
移动开发 时间:
2016-12-27 10:01:55
阅读次数:
315
l OGNL表达式 OGNL是Object Graphic Navigation Language(对象图导航语言)的缩写,它是一个开源项目。 Struts2框架使用OGNL作为默认的表达式语言。 l OGNL优势 1、支持对象方法调用,如xxx.doSomeSpecial(); 2、支持类静态的方 ...
分类:
编程语言 时间:
2016-12-17 16:56:57
阅读次数:
332
Hi, My Android Xamarin.Forms application uses a Navigation stack to display various views, I often have a list on a screen (A) that once a cell is cli ...
分类:
数据库 时间:
2016-12-17 02:52:51
阅读次数:
1198
浏览器对象模型(BOM)以window对象为依托,表示浏览器窗口及可见区域。同时,window对象和还是全局对象,因此所有求安局变量和函数都是它的属性,所有原生框架及其他函数都在它命名之下。BOM中对象包括window、location、navigation、screen和history。 ...
分类:
编程语言 时间:
2016-12-09 00:26:37
阅读次数:
177