C# Class UnityEngine.Networking.NetworkSystem.ErrorMessage

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

Inheritance: UnityEngine.Networking.MessageBase
Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
errorCode int

Public Methods

Method Description
Deserialize ( NetworkReader reader ) : void
Serialize ( NetworkWriter writer ) : void

Method Details

Deserialize() public method

public Deserialize ( NetworkReader reader ) : void
reader NetworkReader
return void

Serialize() public method

public Serialize ( NetworkWriter writer ) : void
writer UnityEngine.Networking.NetworkWriter
return void

Property Details

errorCode public_oe property

The error code.

public int errorCode
return int