C# 클래스 OpenRA.Network.OrderIO

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

공개 메소드들

메소드 설명
ReadInt2 ( this r ) : int2
SerializeSync ( int sync ) : byte[]
ToOrderList ( this bytes, World world ) : List
Write ( this w, CPos cell ) : void
Write ( this s, byte buf ) : void
Write ( this w, int2 p ) : void

메소드 상세

ReadInt2() 공개 정적인 메소드

public static ReadInt2 ( this r ) : int2
r this
리턴 int2

SerializeSync() 공개 정적인 메소드

public static SerializeSync ( int sync ) : byte[]
sync int
리턴 byte[]

ToOrderList() 공개 정적인 메소드

public static ToOrderList ( this bytes, World world ) : List
bytes this
world World
리턴 List

Write() 공개 정적인 메소드

public static Write ( this w, CPos cell ) : void
w this
cell CPos
리턴 void

Write() 공개 정적인 메소드

public static Write ( this s, byte buf ) : void
s this
buf byte
리턴 void

Write() 공개 정적인 메소드

public static Write ( this w, int2 p ) : void
w this
p int2
리턴 void