C# 클래스 UnityEngine.Networking.MsgType

Container class for networking system built-in message types.

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

공개 메소드들

메소드 설명
MsgTypeToString ( short value ) : string

Returns the name of internal message types by their id.

메소드 상세

MsgTypeToString() 공개 정적인 메소드

Returns the name of internal message types by their id.

public static MsgTypeToString ( short value ) : string
value short A internal message id value.
리턴 string