C# 클래스 Bricklayer.Common.Networking.Messages.InitMessage

상속: IMessage
파일 보기 프로젝트 열기: Cyral/Bricklayer 1 사용 예제들

공개 메소드들

메소드 설명
Decode ( NetIncomingMessage im ) : void
Encode ( NetOutgoingMessage om ) : void
InitMessage ( Map map ) : Bricklayer.Common.World
InitMessage ( NetIncomingMessage im, Map map ) : Bricklayer.Common.World

메소드 상세

Decode() 공개 메소드

public Decode ( NetIncomingMessage im ) : void
im Lidgren.Network.NetIncomingMessage
리턴 void

Encode() 공개 메소드

public Encode ( NetOutgoingMessage om ) : void
om Lidgren.Network.NetOutgoingMessage
리턴 void

InitMessage() 공개 메소드

public InitMessage ( Map map ) : Bricklayer.Common.World
map Bricklayer.Common.World.Map
리턴 Bricklayer.Common.World

InitMessage() 공개 메소드

public InitMessage ( NetIncomingMessage im, Map map ) : Bricklayer.Common.World
im Lidgren.Network.NetIncomingMessage
map Bricklayer.Common.World.Map
리턴 Bricklayer.Common.World