C# Class UnityEngine.Networking.NetworkBroadcastResult

ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
broadcastData byte[]
serverAddress string

Property Details

broadcastData public_oe property

The data broadcast by the server.

public byte[] broadcastData
return byte[]

serverAddress public_oe property

The IP address of the server that broadcasts this data.

public string serverAddress
return string