C# 클래스 IMessage.MsgDispatcher

파일 보기 프로젝트 열기: royhuang94/GloryFantasy 1 사용 예제들

공개 메소드들

메소드 설명
RegisterMsg ( MsgReceiver self, int msgName, Condition condition, Action action, string TriggerName = "NoDefine" ) : void
SendMsg ( int msgName, MsgReceiver targetReceiver = null ) : void

发送消息

메소드 상세

RegisterMsg() 공개 정적인 메소드

public static RegisterMsg ( MsgReceiver self, int msgName, Condition condition, Action action, string TriggerName = "NoDefine" ) : void
self MsgReceiver
msgName int
condition Condition
action Action
TriggerName string
리턴 void

SendMsg() 공개 정적인 메소드

发送消息
public static SendMsg ( int msgName, MsgReceiver targetReceiver = null ) : void
msgName int
targetReceiver MsgReceiver 目标接收者,不填或null为广域广播
리턴 void