C# Class UnityEngine.Networking.MsgType

Container class for networking system built-in message types.

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
MsgTypeToString ( short value ) : string

Returns the name of internal message types by their id.

Method Details

MsgTypeToString() public static méthode

Returns the name of internal message types by their id.

public static MsgTypeToString ( short value ) : string
value short A internal message id value.
Résultat string