C# 클래스 NetProto.Proto.seed_info

상속: NetBase
파일 보기 프로젝트 열기: en/libunity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
client_receive_seed System.Int32
client_send_seed System.Int32

공개 메소드들

메소드 설명
Pack ( ByteArray w ) : void
UnPack ( ByteArray reader ) : seed_info

메소드 상세

Pack() 공개 메소드

public Pack ( ByteArray w ) : void
w ByteArray
리턴 void

UnPack() 공개 정적인 메소드

public static UnPack ( ByteArray reader ) : seed_info
reader ByteArray
리턴 seed_info

프로퍼티 상세

client_receive_seed 공개적으로 프로퍼티

public Int32,System client_receive_seed
리턴 System.Int32

client_send_seed 공개적으로 프로퍼티

public Int32,System client_send_seed
리턴 System.Int32