Event System X Version: 1.1

[Mã code 11176]
  1 Đánh giá    Viết đánh giá
 21      1203      0
Phí tải: Miễn phí
Danh mục
Thể loại
Nhóm code
Ngày đăng
10-6-2017
Loại file
Full code
Dung lượng
843 KB
Không chứa mã độc
Có demo thực tế

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.


MÔ TẢ CHI TIẾT
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:
AdvancedToolsUnity@gmail.com
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.
 

 

HÌNH ẢNH DEMO

Event,System,unity

Event,System,unity

Event,System,unity

Event,System,unity

Event,System,unity

Event,System,unity

Nguồn: Sharecode.vn



HƯỚNG DẪN CÀI ĐẶT
 
 
LINK DOWNLOAD

Event System X - Version 1.1 (May 22, 2017).unitypackage [843 KB]

File đã kiểm duyệt
     Báo vi phạm bản quyền
Pass giải nén (Nếu có):
sharecode.vn
DOWNLOAD
(Miễn phí)
Bạn có code hay
ĐĂNG BÁN NGAY

BÌNH LUẬN



ĐÁNH GIÁ


ĐIỂM TRUNG BÌNH

5
1 Đánh giá
Code rất tốt (1)
Code tốt (0)
Code rất hay (0)
Code hay (0)
Bình thường (0)
Thành viên
Nội dung đánh giá
16:02 - 10/6/2017
Code rất tốt
Code rất tốt và phù hợp để phát triển

 HỖ TRỢ TRỰC TUYẾN