C# Class UnityEngine.Networking.MsgType

Container class for networking system built-in message types.

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
MsgTypeToString ( short value ) : string

Returns the name of internal message types by their id.

Method Details

MsgTypeToString() public static method

Returns the name of internal message types by their id.

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