Event System X 1.1 unity3d asset Unity3d插件免费 Unity3d官网
本帖最后由 如果没有感觉 于 2017-6-14 11:08 编辑插件名称:Event System X 1.1插件官网:访问官网
版权协议:Red pine1.1解压密码:通用密码
Event System X 1.1 unity3d asset Unity3d插件下载免费, Unity3d官网
http://i2.muimg.com/11450/27a7749d61066417.jpg
http://i2.muimg.com/11450/d0aca51c2e9d4b9b.jpg
Requires Unity 5.0.0 or higher.
Event System X
Event System X allows for the use of Events in the classic sense and in an automatic fashion based on defined triggers saving you time creating how you would fire events.
Features:
?Broadcast empty event messages.
?Broadcast any type of message object.
?Manual Event broadcasting
?Automatic Event broadcasting based on triggers
?Automatic Event broadcasting based on complex sequences
?Remapping Event triggers using "InputRemapper.RemapDown(eventX, callback)"
?Customize automatic broadcast with EventChannels and settings
?One Event can have any number of listeners, and any number of message types
?Listeners have names, tags, and objects that can be set or left null used to identify them
?Listeners define what messages they receive
?High performance
?And more...
Getting Started Docs
In Depth Documentation
Simple Example:
Registering a listener to an event...
var listener = EventManagerControllerX
.GetEvent("My Event Id")
.Register{int}(MethodThatTakesAnInt)
public void MethodThatTakesAnInt(int num){ Debug.Log("Number is "+ num); }
Manually sending a message...
EventManagerControllerX
.GetEvent("My Event Id")
.Broadcast(5);
See the documentation "Example Scene Code" for 14+ different examples on how to use Event System X, or watch the videos provided.
Contact me for any questions, comments, or help if you run into any issues.
If you run into a bug, be sure to let me know so I can fix it, or if you think a feature should be added! I'll try to get back to you as quick as possible.
**** Hidden Message *****
66666666666666 回复看看,消灭零回复 看看
有图吗 666666666666666666666666 好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西好东西
页:
[1]