|
|
|
| AppleLocalMultiplayerIPeerDiscovery Interface | |
Namespace: LostPolygon.Apple.LocalMultiplayer
public interface IPeerDiscovery
The AppleLocalMultiplayerIPeerDiscovery type exposes the following members.
| Name | Description | |
|---|---|---|
| CloseBrowser |
Closes the peer browser UI.
| |
| OpenBrowser |
Opens the peer browser UI.
|
| Name | Description | |
|---|---|---|
| Cancelled |
Occurs when "Cancel" button is pressed in the peer browser UI.
| |
| Finished |
Occurs when "Finish" button is pressed in the peer browser UI.
| |
| NearbyPeerPresenting |
Occurs when a peer is found and is about to be presented in the peer browser UI.
Note: this event is called on a background thread, which means that you can't access Unity APIs
from within the handler of this event.
|