C# Class QMsgCenter, QFramework

Inheritance: MonoBehaviour
Mostra file Open project: liangxiegame/QFramework Class Usage Examples

Public Methods

Method Description
Init ( ) : IEnumerator
OnDestroy ( ) : void
SendToMsg ( QMsg, tmpMsg ) : void

Private Methods

Method Description
Awake ( ) : void
ForwardMsg ( QMsg, msg ) : void

转发消息

Method Details

Init() public method

public Init ( ) : IEnumerator
return IEnumerator

OnDestroy() public method

public OnDestroy ( ) : void
return void

SendToMsg() public method

public SendToMsg ( QMsg, tmpMsg ) : void
tmpMsg QMsg,
return void