C# Class UnityEngine.Networking.NetworkSystem.PeerListMessage

Internal UNET message for sending information about network peers to clients.

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

Méthodes publiques

Свойство Type Description
oldServerConnectionId int
peers UnityEngine.Networking.NetworkSystem.PeerInfoMessage[]

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

oldServerConnectionId public_oe property

The connectionId of this client on the old host.

public int oldServerConnectionId
Résultat int

peers public_oe property

The list of participants in a networked game.

public PeerInfoMessage[],UnityEngine.Networking.NetworkSystem peers
Résultat UnityEngine.Networking.NetworkSystem.PeerInfoMessage[]