C# 클래스 UnityEngine.Networking.NetworkBroadcastResult

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
broadcastData byte[]
serverAddress string

프로퍼티 상세

broadcastData 공개적으로 프로퍼티

The data broadcast by the server.

public byte[] broadcastData
리턴 byte[]

serverAddress 공개적으로 프로퍼티

The IP address of the server that broadcasts this data.

public string serverAddress
리턴 string