网站颜色:

Unity3D插件 Event SystemDispatcher 事件处理编程脚本资源包

  • 无参数

拍下请留邮箱,会自动将资料发到你邮箱!

海量教育欢迎您

请各位亲购买前仔细阅读此声明,拍下即为默认此声明!

本店视频教程素材为网络云盘下载,店小二会把云盘链接和密码发送给亲的邮件注册时的邮箱或者留言处的邮箱,亲们需要自行下载;不管客服有没有及时回复,付款后系统都会自动发货给亲。

由于有的资源较大,店主单独放在一个网盘内,发货的时候会发给亲账号和密码,账号和密码亲随时可以登录,但是密码和网盘内的内容不可以更改哦,网盘内容辛苦收集,来之不易,请勿删减资源。非网盘会员不可以大容量转存,需要麻烦亲到下一级文件夹逐个转存,感谢亲的理解与支持。

本店所有教程素材为虚拟商品,因教程素材的可传播性和可复制性,拍下发货后小店不接受任何理由的退款处理,介意请慎拍;

本店所有教程素材仅供学习参考使用,切勿随意传播,用于商业用途。

所有教程素材保证所见即所得,店主本人也有学习研究,如亲在使用过程中有疑问,欢迎和店主在线交流互相学习。

请亲及时确认收货并全五分好评哦!

郑重声明!请看完再拍!!!

①安装软件:小店所有安装软件均免费提供一次远程技术指导,包安装,亲在以后使用的过程中误删文件、卸载软件、更换电脑等情况,小店均不提供再次指导。亲可以用之前下载的安装包自行安装,安装包里也有详细安装方法。②Unity3d插件或者素材:所有资源店主亲测可用,不提供免费技术安装使用等问题,小店有关于Unity3d的教学视频,需要的亲可直接购买。

小店所有宝贝最贵的只能够买一份盒饭,大多数宝贝只能买一个路边摊的烧饼,为了不浪费彼此的时间,谢绝议价!

小店所有宝贝不断更新中......

Requires Unity 5.1.0 or higher.
Code supports Unity 3.4 or higher 
(The sample scene was created in Unity 4.0 and won't open in Unity 3.4, but the code works as expected.)
 
Event and message dispatching is a critical part of any game. Message dispatching ensures that game objects are able to communicate in a consistent, reliable, and efficient way. 
 
Dispatcher does this and makes it easy too! Simply tell the Dispatcher what an object wants to listen for. When another object sends that message to the Dispatcher, the Dispatcher will ensure all the "listeners" are notified.
 
Documentation
Forum
Web Demo
 
Dispatch basic messages with two simple lines:
 
MessageDispatcher.AddListener("LEVEL_WON", OnLevelWon);
 
MessageDispatcher.SendMessage("LEVEL_WON");
 
Features
* Create and send custom message types
* Send messages containing custom data
* Send messages to everyone
* Send messages to objects based on their name
* Send messages to objects based on their tag
* Send messages to objects based on a string
* Send a message immediately
* Send a message at the next frame
* Schedule a message for the future
* Connect multiple listeners to a single message
* High performance
 
Bonus: Includes a 'Profiler' for testing performance! Use this with any of your C# scripts.
 
Unity and Unity Pro versions supported. 
Supports Unity 3.4+.
热门设计服务