码迷,mamicode.com
首页 >  
搜索关键字:behavior    ( 650个结果
[Unity插件]Behavior Designer:制作敌人AI
一个简单的敌人AI: 当处于监视范围内,跑向玩家;当处于攻击范围内,攻击玩家;否则呆在原地。用行为树表示就是:...
分类:编程语言   时间:2015-05-04 22:06:32    阅读次数:490
[Unity插件]Behavior Designer:SharedVariable与GlobalVariable
设置SharedVariable与GlobalVariable: 上面的SharedV是SharedVariable,变量范围是当前行为树; 下面的GlobalV是GlobalVariable,变量范围是所有的行为树。 SharedVariable与普通变量的区别: SharedVariable可以引用上面设置的变量,省去了拖拽的操作,如果同一个物体被多个节点引用,则可...
分类:编程语言   时间:2015-05-04 12:03:30    阅读次数:643
_AppStart.cshtml 和 _PageStart.cshtml的妙用
Customizing Site-Wide Behavior for ASP.NET Web Pages (Razor) SitesByTom FitzMacken|February 17, 2014PrintThis article explains how to make site-side s...
分类:移动开发   时间:2015-04-27 20:01:56    阅读次数:183
Behavior Recognition via Sparse Spatio-Temporal Features 基于稀疏时空特征点的运动识别
Duanxx的论文阅读:Behavior Recognition via Sparse Spatio-Temporal Features 基于稀疏时空特征点的运动识别——Duanxx——2015-04-241、InreoductionIn this work we develop a general...
分类:其他好文   时间:2015-04-27 19:38:52    阅读次数:164
mac下PhpStorm的安装、设置和使用
设置主题为黑色1.打开偏好设置2.进入Appearance & Behavior,更改Theme为“Darcula”即可。PHP开发环境的设置你会看到502错误:回到PhpStorm,会看到一个警告,是php-cgi找不到。(common gateway interface:常见网关接口):
分类:Web程序   时间:2015-04-26 16:37:49    阅读次数:410
Encapsulate Behavior, Not Just State
Einar LandreiN SYSTEMS THEORY, containment is one of the most useful constructs when dealing with large and complex system structures. In the software industry, the value of containment or encapsulatio...
分类:其他好文   时间:2015-04-25 10:50:27    阅读次数:194
学习笔记之AutoLayout
Align:用来添加对齐约束。Pin:添加标准约束,比如相对于其他视图的大小和位置。Reslove Auto Layout Issues:可以让Xcode 自动生成约束,或者基于约束把子视图的边框更新到正确的位置。Resizing Behavior:可以用来设置哪些类会继承这些约束。Pinitem ...
分类:其他好文   时间:2015-04-23 17:02:00    阅读次数:179
jasmine入门
本文来自http://blog.fens.me/nodejs-jasmine-bdd粉丝日志 张丹前言TDD(Test Driven Development)测试驱动开发,是敏捷开发中提出的最佳实践之一。jasmine很有意思的提出了BDD(Behavior Driven Development)行...
分类:其他好文   时间:2015-04-17 17:14:30    阅读次数:259
(C/C++ )Interview in English - Virtual
Q: What is virtual function?A: Avirtual function or virtual method is a function or method whose behavior can be overridden within an inheriting class...
分类:编程语言   时间:2015-04-12 20:52:09    阅读次数:169
Programming With Objective-C---- Encapsulating Data ---- Objective-C 学习(三) 封装数据
Programming with Objective-CEncapsulating DataIn addition to the messaging behavior covered in the previous chapter, an object also encapsulates data ...
分类:其他好文   时间:2015-04-12 19:12:56    阅读次数:245
650条   上一页 1 ... 50 51 52 53 54 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!