C# Class UnityEngine.Networking.NetworkBroadcastResult

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

Méthodes publiques

Свойство Type Description
broadcastData byte[]
serverAddress string

Property Details

broadcastData public_oe property

The data broadcast by the server.

public byte[] broadcastData
Résultat byte[]

serverAddress public_oe property

The IP address of the server that broadcasts this data.

public string serverAddress
Résultat string