C# Class UnityEngine.Networking.NetworkSystem.RemovePlayerMessage

This is passed to handler funtions registered for the SYSTEM_REMOVE_PLAYER built-in message.

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

Méthodes publiques

Свойство Type Description
playerControllerId short

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

playerControllerId public_oe property

The player ID of the player GameObject which should be removed.

public short playerControllerId
Résultat short