C# Class Model.MessageDispatherComponent

Inheritance: Model.Component
Mostra file Open project: egametang/Egametang Class Usage Examples

Private Properties

Property Type Description
Awake void
Load void

Public Methods

Method Description
Dispose ( ) : void
GetOpcode ( Type type ) : ushort
GetType ( ushort opcode ) : Type
Handle ( Model.Session session, MessageInfo messageInfo ) : void

Private Methods

Method Description
Awake ( AppType appType ) : void
Load ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetOpcode() public method

public GetOpcode ( Type type ) : ushort
type Type
return ushort

GetType() public method

public GetType ( ushort opcode ) : Type
opcode ushort
return Type

Handle() public method

public Handle ( Model.Session session, MessageInfo messageInfo ) : void
session Model.Session
messageInfo MessageInfo
return void