C# Class UnityEngine.Networking.NetworkSystem.ErrorMessage

This is passed to handler functions registered for the SYSTEM_ERROR built-in message.

Inheritance: UnityEngine.Networking.MessageBase
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
errorCode int

Méthodes publiques

Méthode Description
Deserialize ( NetworkReader reader ) : void
Serialize ( NetworkWriter writer ) : void

Method Details

Deserialize() public méthode

public Deserialize ( NetworkReader reader ) : void
reader NetworkReader
Résultat void

Serialize() public méthode

public Serialize ( NetworkWriter writer ) : void
writer UnityEngine.Networking.NetworkWriter
Résultat void

Property Details

errorCode public_oe property

The error code.

public int errorCode
Résultat int